|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "calmls.h"#include "verbose.h"#include "timestep.h"#include "floatmatrix.h"#include "datastream.h"#include "mathfem.h"#include "element.h"#include "classfactory.h"#include "engngm.h"#include "node.h"#include "dof.h"#include "contextioerr.h"#include "exportmodulemanager.h"#include "parallelcontext.h"#include "unknownnumberingscheme.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 | CALM_RESET_STEP_REDUCE 0.25 |
| #define | CALM_TANGENT_STIFF_TRESHOLD 0.1 |
| #define | CALM_DEFAULT_NRM_TICKS 2 |
| #define | CALM_MAX_REL_ERROR_BOUND 1.e10 |
Functions | |
| oofem::REGISTER_SparseNonLinearSystemNM (CylindricalALM) | |
| #define CALM_DEFAULT_NRM_TICKS 2 |
Definition at line 55 of file calmls.C.
Referenced by oofem::CylindricalALM::solve().
| #define CALM_MAX_REL_ERROR_BOUND 1.e10 |
Definition at line 56 of file calmls.C.
Referenced by oofem::CylindricalALM::checkConvergence().
| #define CALM_RESET_STEP_REDUCE 0.25 |
Definition at line 53 of file calmls.C.
Referenced by oofem::CylindricalALM::solve().