|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "sparselinsystemnm.h"#include "sparsemtrx.h"#include "floatarray.h"#include <spooles/misc.h>#include <spooles/FrontMtx.h>#include <spooles/SymbFac.h>Go to the source code of this file.
Classes | |
| class | oofem::SpoolesSolver |
Implements the solution of linear system of equation in the form using solvers from SPOOLES library. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for SpoolesSolver | |
| #define | _IFT_SpoolesSolver_Name "spooles" |
| #define | _IFT_SpoolesSolver_msglvl "msglvl" |
| #define | _IFT_SpoolesSolver_msgfile "msgfile" |
| #define _IFT_SpoolesSolver_msgfile "msgfile" |
Definition at line 51 of file spoolessolver.h.
Referenced by oofem::SpoolesSolver::initializeFrom().
| #define _IFT_SpoolesSolver_msglvl "msglvl" |
Definition at line 50 of file spoolessolver.h.
Referenced by oofem::SpoolesSolver::initializeFrom().
| #define _IFT_SpoolesSolver_Name "spooles" |
Definition at line 49 of file spoolessolver.h.