|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "mazarsmodel.h"#include "gausspoint.h"#include "floatmatrix.h"#include "floatarray.h"#include "mathfem.h"#include "datastream.h"#include "contextioerr.h"#include "Materials/isolinearelasticmaterial.h"#include "classfactory.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 | _MAZARS_MODEL_ITER_TOL 1.e-15 |
| #define | _MAZARS_MODEL_MAX_ITER 400. |
Functions | |
| oofem::REGISTER_Material (MazarsMaterial) | |
| #define _MAZARS_MODEL_ITER_TOL 1.e-15 |
Definition at line 46 of file mazarsmodel.C.
Referenced by oofem::MazarsMaterial::computeGc(), and oofem::MazarsMaterial::computeGt().
| #define _MAZARS_MODEL_MAX_ITER 400. |
Definition at line 47 of file mazarsmodel.C.
Referenced by oofem::MazarsMaterial::computeGc(), and oofem::MazarsMaterial::computeGt().