|
OOFEM 3.0
|
#include "mplasticmaterial2.h"#include "gausspoint.h"#include "floatmatrix.h"#include "floatarray.h"#include "intarray.h"#include "mathfem.h"#include "datastream.h"#include "contextioerr.h"Go to the source code of this file.
Namespaces | |
| namespace | oofem |
Macros | |
| #define | YIELD_TOL 1.e-6 |
| #define | YIELD_TOL_SECONDARY 1.e-4 |
| #define | RES_TOL 1.e-8 |
| #define | PLASTIC_MATERIAL_MAX_ITERATIONS 120 |
| #define PLASTIC_MATERIAL_MAX_ITERATIONS 120 |
Definition at line 48 of file mplasticmaterial2.C.
Referenced by oofem::MPlasticMaterial2::closestPointReturn(), oofem::MPlasticMaterial::closestPointReturn(), oofem::MPlasticMaterial2::cuttingPlaneReturn(), oofem::MPlasticMaterial::cuttingPlaneReturn(), and oofem::PlasticMaterial::giveRealStressVector().
| #define RES_TOL 1.e-8 |
Definition at line 47 of file mplasticmaterial2.C.
Referenced by oofem::MPlasticMaterial2::closestPointReturn(), oofem::MPlasticMaterial::closestPointReturn(), and oofem::PlasticMaterial::giveRealStressVector().
| #define YIELD_TOL 1.e-6 |
Definition at line 45 of file mplasticmaterial2.C.
Referenced by oofem::MPlasticMaterial2::closestPointReturn(), oofem::MPlasticMaterial::closestPointReturn(), oofem::MPlasticMaterial2::cuttingPlaneReturn(), oofem::MPlasticMaterial::cuttingPlaneReturn(), and oofem::PlasticMaterial::giveRealStressVector().
| #define YIELD_TOL_SECONDARY 1.e-4 |
Definition at line 46 of file mplasticmaterial2.C.
Referenced by oofem::MPlasticMaterial2::closestPointReturn().