53 #ifndef MumpsParallelSolver_h 54 #define MumpsParallelSolver_h 74 #include "MumpsSolverBase.h" 77 class MumpsParallelSOE;
82 int initializeMumps(
void);
83 int solveAfterInitialization(
void);
Definition: MumpsParallelSOE.h:72
bool setLinearSOE(LinearSOE *theSOE)
Sets the systems of equations to solve.
Definition: MumpsParallelSolver.cpp:213
Linear system of equations.
Definition: LinearSOE.h:92
Definition: MumpsParallelSolver.h:79
LinearSOESolver * getCopy(void) const
Virtual constructor.
Definition: MumpsParallelSolver.cpp:75
Definition: MumpsSolverBase.h:39
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