|
OOFEM 3.0
|
#include "plasticmaterial.h"#include "gausspoint.h"#include "floatmatrix.h"#include "floatarray.h"#include "intarray.h"#include "sm/CrossSections/structuralcrosssection.h"#include "datastream.h"#include "contextioerr.h"Go to the source code of this file.
Namespaces | |
| namespace | oofem |
Macros | |
| #define | YIELD_TOL 1.e-5 |
| #define | RES_TOL 1.e-5 |
| #define | PLASTIC_MATERIAL_MAX_ITERATIONS 40 |
| #define PLASTIC_MATERIAL_MAX_ITERATIONS 40 |
Definition at line 47 of file plasticmaterial.C.
| #define RES_TOL 1.e-5 |
Definition at line 46 of file plasticmaterial.C.
| #define YIELD_TOL 1.e-5 |
Definition at line 45 of file plasticmaterial.C.