OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/Elements/structuralelement.h"
Go to the source code of this file.
Classes | |
class | oofem::CohesiveSurface3d |
This class implements a cohesive surface element used by the cohesive particle model. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for CohSur3d | |
#define | _IFT_CohesiveSurface3d_Name "cohsur3d" |
#define | _IFT_CohSur3d_kx "kx" |
#define | _IFT_CohSur3d_ky "ky" |
#define | _IFT_CohSur3d_kz "kz" |
#define | _IFT_CohSur3d_area "area" |
#define _IFT_CohesiveSurface3d_Name "cohsur3d" |
Definition at line 42 of file cohsur3d.h.
Referenced by oofem::CohesiveSurface3d::giveInputRecordName().
#define _IFT_CohSur3d_area "area" |
Definition at line 46 of file cohsur3d.h.
Referenced by oofem::CohesiveSurface3d::initializeFrom().
#define _IFT_CohSur3d_kx "kx" |
Definition at line 43 of file cohsur3d.h.
Referenced by oofem::CohesiveSurface3d::initializeFrom().
#define _IFT_CohSur3d_ky "ky" |
Definition at line 44 of file cohsur3d.h.
Referenced by oofem::CohesiveSurface3d::initializeFrom().
#define _IFT_CohSur3d_kz "kz" |
Definition at line 45 of file cohsur3d.h.
Referenced by oofem::CohesiveSurface3d::initializeFrom().