OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/CrossSections/structuralcrosssection.h"
#include "floatarray.h"
#include "floatmatrix.h"
#include "interface.h"
#include "gaussintegrationrule.h"
#include "domain.h"
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | oofem::LayeredCrossSection |
This class implements a layered cross section in a finite element problem. More... | |
class | oofem::LayeredCrossSectionInterface |
The element interface required by LayeredCrossSection. More... | |
class | oofem::LayeredIntegrationRule |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for LayeredCrossSection | |
#define | _IFT_LayeredCrossSection_Name "layeredcs" |
#define | _IFT_LayeredCrossSection_nlayers "nlayers" |
#define | _IFT_LayeredCrossSection_layermaterials "layermaterials" |
#define | _IFT_LayeredCrossSection_interfacematerials "interfacematerials" |
#define | _IFT_LayeredCrossSection_layerRotations "rotations" |
#define | _IFT_LayeredCrossSection_thicks "thicks" |
#define | _IFT_LayeredCrossSection_widths "widths" |
#define | _IFT_LayeredCrossSection_midsurf "midsurf" |
#define | _IFT_LayeredCrossSection_nintegrationpoints "nintegrationpoints" |
#define | _IFT_LayeredCrossSection_initiationlimits "initiationlimits" |
#define _IFT_LayeredCrossSection_initiationlimits "initiationlimits" |
Definition at line 59 of file layeredcrosssection.h.
#define _IFT_LayeredCrossSection_interfacematerials "interfacematerials" |
Definition at line 53 of file layeredcrosssection.h.
Referenced by oofem::LayeredCrossSection::giveInputRecord(), and oofem::LayeredCrossSection::initializeFrom().
#define _IFT_LayeredCrossSection_layermaterials "layermaterials" |
Definition at line 52 of file layeredcrosssection.h.
Referenced by oofem::LayeredCrossSection::giveInputRecord(), and oofem::LayeredCrossSection::initializeFrom().
#define _IFT_LayeredCrossSection_layerRotations "rotations" |
Definition at line 54 of file layeredcrosssection.h.
Referenced by oofem::LayeredCrossSection::giveInputRecord(), and oofem::LayeredCrossSection::initializeFrom().
#define _IFT_LayeredCrossSection_midsurf "midsurf" |
Definition at line 57 of file layeredcrosssection.h.
Referenced by oofem::LayeredCrossSection::giveInputRecord(), and oofem::LayeredCrossSection::initializeFrom().
#define _IFT_LayeredCrossSection_Name "layeredcs" |
Definition at line 50 of file layeredcrosssection.h.
Referenced by oofem::LayeredCrossSection::giveInputRecordName().
#define _IFT_LayeredCrossSection_nintegrationpoints "nintegrationpoints" |
Definition at line 58 of file layeredcrosssection.h.
Referenced by oofem::LayeredCrossSection::giveInputRecord(), and oofem::LayeredCrossSection::initializeFrom().
#define _IFT_LayeredCrossSection_nlayers "nlayers" |
Definition at line 51 of file layeredcrosssection.h.
Referenced by oofem::LayeredCrossSection::giveInputRecord(), and oofem::LayeredCrossSection::initializeFrom().
#define _IFT_LayeredCrossSection_thicks "thicks" |
Definition at line 55 of file layeredcrosssection.h.
Referenced by oofem::LayeredCrossSection::giveInputRecord(), and oofem::LayeredCrossSection::initializeFrom().
#define _IFT_LayeredCrossSection_widths "widths" |
Definition at line 56 of file layeredcrosssection.h.
Referenced by oofem::LayeredCrossSection::giveInputRecord(), and oofem::LayeredCrossSection::initializeFrom().