|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "mplasticmaterial.h"#include "gausspoint.h"#include "floatmatrix.h"#include "floatarray.h"#include "intarray.h"#include "datastream.h"#include "contextioerr.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 | YIELD_TOL 1.e-4 |
| #define | RES_TOL 1.e-4 |
| #define | PLASTIC_MATERIAL_MAX_ITERATIONS 90 |
| #define PLASTIC_MATERIAL_MAX_ITERATIONS 90 |
Definition at line 46 of file mplasticmaterial.C.
Referenced by oofem::MPlasticMaterial::closestPointReturn(), and oofem::MPlasticMaterial::cuttingPlaneReturn().
| #define RES_TOL 1.e-4 |
Definition at line 45 of file mplasticmaterial.C.
Referenced by oofem::MPlasticMaterial::closestPointReturn().
| #define YIELD_TOL 1.e-4 |
Definition at line 44 of file mplasticmaterial.C.
Referenced by oofem::MPlasticMaterial::closestPointReturn(), and oofem::MPlasticMaterial::cuttingPlaneReturn().