64 #ifndef UmfpackGenLinSolver_h 65 #define UmfpackGenLinSolver_h 67 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 70 class UmfpackGenLinSOE;
UMFPACK based sparse matrix linear SOE solver.
Definition: UmfpackGenLinSolver.h:75
Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
virtual bool setLinearSOE(LinearSOE *theSOE)
Sets the system of equations to solve.
Definition: UmfpackGenLinSolver.cpp:163
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
UMFPACK (see SuiteSparse) based systems of equations.
Definition: UmfpackGenLinSOE.h:77