52 #ifndef SparseGenColLinSolver_h 53 #define SparseGenColLinSolver_h 69 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 71 class SparseGenColLinSOE;
SparseGenColLinSolver(int classTag)
Constructor.
Definition: SparseGenColLinSolver.cpp:68
Linear system of equations.
Definition: LinearSOE.h:91
virtual bool setLinearSOE(LinearSOE *theSOE)
Sets the system of equations to solve.
Definition: SparseGenColLinSolver.cpp:72
SparseGenColLinSOE * theSOE
System of equations to solve.
Definition: SparseGenColLinSolver.h:79
Base class for sparse general matrix linear SOE solver.
Definition: SparseGenColLinSolver.h:76
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Base class of the solvers for linear system of equations.
Definition: LinearSOESolver.h:86
Sparse nonsymmetric matrix linear system of equations.
Definition: SparseGenColLinSOE.h:133