OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "dynamicrelaxationsolver.h"
#include "timestep.h"
#include "classfactory.h"
#include "exportmodulemanager.h"
#include "engngm.h"
#include "domain.h"
#include "dofmanager.h"
#include "element.h"
#include "unknownnumberingscheme.h"
#include "mathfem.h"
Go to the source code of this file.
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | ERROR_NORM_SMALL_NUM 1.e-6 |
#define | MAX_REL_ERROR_BOUND 1.e20 |
Functions | |
oofem::REGISTER_SparseNonLinearSystemNM (DynamicRelaxationSolver) | |
#define ERROR_NORM_SMALL_NUM 1.e-6 |
Definition at line 48 of file dynamicrelaxationsolver.C.
#define MAX_REL_ERROR_BOUND 1.e20 |
Definition at line 49 of file dynamicrelaxationsolver.C.