65 #ifndef FullGenLinLapackSolver_h    66 #define FullGenLinLapackSolver_h    68 #include <solution/system_of_eqn/linearSOE/fullGEN/FullGenLinSolver.h>    69 #include "utility/matrix/ID.h" Communication parameters between processes. 
Definition: Communicator.h:66
Linear system of equations. 
Definition: LinearSOE.h:92
Lapack based full (dense) general matrix SOE solver. 
Definition: FullGenLinLapackSolver.h:79
int recvSelf(const Communicator &)
Does nothing. 
Definition: FullGenLinLapackSolver.cpp:187
FEM_ObjectBroker is is an object broker class for the finite element method. 
Definition: FEM_ObjectBroker.h:151
Vector of integers. 
Definition: ID.h:95
int setSize(void)
Sets the size of #iPiv from the size of the system of equations. 
Definition: FullGenLinLapackSolver.cpp:159
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
int solve(void)
Computes the solution. 
Definition: FullGenLinLapackSolver.cpp:92
int sendSelf(Communicator &)
Does nothing. 
Definition: FullGenLinLapackSolver.cpp:179