|
OOFEM 3.0
|
#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"#include "assemblercallback.h"Go to the source code of this file.
Namespaces | |
| namespace | oofem |
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 49 of file dynamicrelaxationsolver.C.
Referenced by oofem::StaggeredSolver::checkConvergenceDofIdArray().
| #define MAX_REL_ERROR_BOUND 1.e20 |
Definition at line 50 of file dynamicrelaxationsolver.C.
Referenced by oofem::StaggeredSolver::checkConvergenceDofIdArray().