|
OOFEM 3.0
|
#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 |
| class | oofem::LayeredCrossSectionInterface |
| class | oofem::LayeredIntegrationRule |
Namespaces | |
| namespace | oofem |
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_nlayerintegrationpoints "layerintegrationpoints" |
| #define | _IFT_LayeredCrossSection_initiationlimits "initiationlimits" |
| #define | _IFT_LayeredCrossSection_shearcoeff_xz "beamshearcoeffxz" |
| #define _IFT_LayeredCrossSection_initiationlimits "initiationlimits" |
Definition at line 60 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::initializeFrom().
| #define _IFT_LayeredCrossSection_nlayerintegrationpoints "layerintegrationpoints" |
Definition at line 59 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_shearcoeff_xz "beamshearcoeffxz" |
Definition at line 61 of file layeredcrosssection.h.
Referenced by 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().