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::InterfaceElem1d |
This class implements a one-dimensional interface element connecting two nodes (with the same position) In order to compute normal and tangential direction of the slip plane, a reference node or specific direction is needed. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for Material | |
#define | _IFT_InterfaceElem1d_Name "interface1d" |
#define | _IFT_InterfaceElem1d_refnode "refnode" |
#define | _IFT_InterfaceElem1d_normal "normal" |
#define | _IFT_InterfaceElem1d_dofIDs "dofids" |
#define _IFT_InterfaceElem1d_dofIDs "dofids" |
Definition at line 45 of file interfaceelement1d.h.
Referenced by oofem::InterfaceElem1d::initializeFrom().
#define _IFT_InterfaceElem1d_Name "interface1d" |
Definition at line 42 of file interfaceelement1d.h.
Referenced by oofem::InterfaceElem1d::giveInputRecordName().
#define _IFT_InterfaceElem1d_normal "normal" |
Definition at line 44 of file interfaceelement1d.h.
Referenced by oofem::InterfaceElem1d::initializeFrom().
#define _IFT_InterfaceElem1d_refnode "refnode" |
Definition at line 43 of file interfaceelement1d.h.
Referenced by oofem::InterfaceElem1d::initializeFrom().