53 #ifndef FullGenLinSolver_h 54 #define FullGenLinSolver_h 68 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> Base class for dense unsymmetric matrix systems of equations.
Definition: FullGenLinSOE.h:111
Linear system of equations.
Definition: LinearSOE.h:92
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:78
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Base class of the solvers for linear system of equations.
Definition: LinearSOESolver.h:87