64 #ifndef FullGenLinLapackSolver_h 65 #define FullGenLinLapackSolver_h 67 #include <solution/system_of_eqn/linearSOE/fullGEN/FullGenLinSolver.h> 68 #include "utility/matrix/ID.h" Linear system of equations.
Definition: LinearSOE.h:91
Lapack based full (dense) general matrix SOE solver.
Definition: FullGenLinLapackSolver.h:78
int recvSelf(const CommParameters &)
Does nothing.
Definition: FullGenLinLapackSolver.cpp:185
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
Vector of integers.
Definition: ID.h:93
int setSize(void)
Sets the size of #iPiv from the size of the system of equations.
Definition: FullGenLinLapackSolver.cpp:157
Base class for full (dense) general linear SOE solvers.
Definition: FullGenLinSolver.h:77
int sendSelf(CommParameters &)
Does nothing.
Definition: FullGenLinLapackSolver.cpp:177
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
int solve(void)
Computes the solution.
Definition: FullGenLinLapackSolver.cpp:92
Communication parameters between processes.
Definition: CommParameters.h:65