OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Classes | |
class | oofem::IMLSolver |
Implements the solution of linear system of equation in the form using iterative solvers from IML++ 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 IMLSolver | |
#define | _IFT_IMLSolver_Name "iml" |
#define | _IFT_IMLSolver_stype "stype" |
#define | _IFT_IMLSolver_lstol "lstol" |
#define | _IFT_IMLSolver_lsiter "lsiter" |
#define | _IFT_IMLSolver_lsprecond "lsprecond" |
#define _IFT_IMLSolver_lsiter "lsiter" |
Definition at line 48 of file imlsolver.h.
Referenced by oofem::IMLSolver::initializeFrom().
#define _IFT_IMLSolver_lsprecond "lsprecond" |
Definition at line 49 of file imlsolver.h.
Referenced by oofem::IMLSolver::initializeFrom().
#define _IFT_IMLSolver_lstol "lstol" |
Definition at line 47 of file imlsolver.h.
Referenced by oofem::IMLSolver::initializeFrom().
#define _IFT_IMLSolver_Name "iml" |
Definition at line 45 of file imlsolver.h.
#define _IFT_IMLSolver_stype "stype" |
Definition at line 46 of file imlsolver.h.
Referenced by oofem::IMLSolver::initializeFrom().