52 #ifndef FullGenLinSolver_h 53 #define FullGenLinSolver_h 67 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> Base class for dense unsymmetric matrix systems of equations.
Definition: FullGenLinSOE.h:108
Linear system of equations.
Definition: LinearSOE.h:91
FullGenLinSolver(int classTag)
Constructor.
Definition: FullGenLinSolver.cpp:71
virtual bool setLinearSOE(LinearSOE *theSOE)
Sets the link to the soe object.
Definition: FullGenLinSolver.cpp:76
Base class for full (dense) general linear SOE solvers.
Definition: FullGenLinSolver.h:77
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