OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/FETISolver/feticommunicator.h"
#include "sparselinsystemnm.h"
#include "sparsemtrx.h"
#include "floatarray.h"
#include "floatmatrix.h"
#include "processcomm.h"
Go to the source code of this file.
Classes | |
class | oofem::FETISolver |
This class implements the class NumericalMethod instance FETI linear algebraic equation parallel solver. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | FETISOLVER_MAX_RBM 6 |
#define | FETISOLVER_ZERONUM 1.e-40 |
computer zero More... | |
Input fields for FETISolver | |
#define | _IFT_FETISolver_Name "feti" |
#define | _IFT_FETISolver_maxiter "maxiter" |
#define | _IFT_FETISolver_maxerr "maxerr" |
#define | _IFT_FETISolver_limit "limit" |
#define | _IFT_FETISolver_energynormflag "energynormflag" |
#define _IFT_FETISolver_energynormflag "energynormflag" |
Definition at line 51 of file fetisolver.h.
Referenced by oofem::FETISolver::initializeFrom().
#define _IFT_FETISolver_limit "limit" |
Definition at line 50 of file fetisolver.h.
Referenced by oofem::FETISolver::initializeFrom().
#define _IFT_FETISolver_maxerr "maxerr" |
Definition at line 49 of file fetisolver.h.
Referenced by oofem::FETISolver::initializeFrom().
#define _IFT_FETISolver_maxiter "maxiter" |
Definition at line 48 of file fetisolver.h.
Referenced by oofem::FETISolver::initializeFrom().
#define _IFT_FETISolver_Name "feti" |
Definition at line 47 of file fetisolver.h.
#define FETISOLVER_MAX_RBM 6 |
Definition at line 59 of file fetisolver.h.
Referenced by oofem::FETISolver::estimateMaxPackSize().
#define FETISOLVER_ZERONUM 1.e-40 |