|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/EngineeringModels/structengngmodel.h"#include "floatarray.h"#include "floatmatrix.h"#include "sparselinsystemnm.h"#include "sparsemtrxtype.h"Go to the source code of this file.
Classes | |
| class | oofem::NlDEIDynamic |
| This class implements NonLinear (- may be changed) solution of dynamic problems using Direct Explicit Integration scheme - Central Difference Method. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | LOCAL_ZERO_MASS_REPLACEMENT 1 |
Input fields for NlDEIDynamic | |
| #define | _IFT_NlDEIDynamic_Name "nldeidynamic" |
| #define | _IFT_NlDEIDynamic_dumpcoef "dumpcoef" |
| #define | _IFT_NlDEIDynamic_deltat "deltat" |
| #define | _IFT_NlDEIDynamic_drflag "drflag" |
| #define | _IFT_NlDEIDynamic_tau "tau" |
| #define | _IFT_NlDEIDynamic_py "py" |
| #define | _IFT_NlDEIDynamic_nonlocalext "nonlocalext" |
| #define _IFT_NlDEIDynamic_deltat "deltat" |
Definition at line 50 of file nldeidynamic.h.
Referenced by oofem::NlDEIDynamic::initializeFrom().
| #define _IFT_NlDEIDynamic_drflag "drflag" |
Definition at line 51 of file nldeidynamic.h.
Referenced by oofem::NlDEIDynamic::initializeFrom().
| #define _IFT_NlDEIDynamic_dumpcoef "dumpcoef" |
Definition at line 49 of file nldeidynamic.h.
Referenced by oofem::NlDEIDynamic::initializeFrom().
| #define _IFT_NlDEIDynamic_Name "nldeidynamic" |
Definition at line 48 of file nldeidynamic.h.
Referenced by oofem::NlDEIDynamic::giveInputRecordName().
| #define _IFT_NlDEIDynamic_nonlocalext "nonlocalext" |
Definition at line 54 of file nldeidynamic.h.
Referenced by oofem::NlDEIDynamic::initializeFrom().
| #define _IFT_NlDEIDynamic_py "py" |
Definition at line 53 of file nldeidynamic.h.
Referenced by oofem::NlDEIDynamic::initializeFrom().
| #define _IFT_NlDEIDynamic_tau "tau" |
Definition at line 52 of file nldeidynamic.h.
Referenced by oofem::NlDEIDynamic::initializeFrom().
| #define LOCAL_ZERO_MASS_REPLACEMENT 1 |
Definition at line 44 of file nldeidynamic.h.