|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/CrossSections/structuralcrosssection.h"#include "../sm/Materials/structuralmaterial.h"#include "element.h"#include "dictionary.h"#include "floatarray.h"#include "floatmatrix.h"#include "interface.h"Go to the source code of this file.
Classes | |
| class | oofem::FiberedCrossSection |
| This class implements a fibered cross section in a finite element problem. More... | |
| class | oofem::FiberedCrossSectionInterface |
| The element interface required by FiberedCrossSection. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for FiberedCrossSection | |
| #define | _IFT_FiberedCrossSection_Name "fiberedcs" |
| #define | _IFT_FiberedCrossSection_nfibers "nfibers" |
| #define | _IFT_FiberedCrossSection_fibermaterials "fibermaterials" |
| #define | _IFT_FiberedCrossSection_thicks "thicks" |
| #define | _IFT_FiberedCrossSection_widths "widths" |
| #define | _IFT_FiberedCrossSection_fiberycentrecoords "fiberycentrecoords" |
| #define | _IFT_FiberedCrossSection_fiberzcentrecoords "fiberzcentrecoords" |
| #define | _IFT_FiberedCrossSection_thick "thick" |
| #define | _IFT_FiberedCrossSection_width "width" |
| #define _IFT_FiberedCrossSection_fibermaterials "fibermaterials" |
Definition at line 50 of file fiberedcs.h.
Referenced by oofem::FiberedCrossSection::initializeFrom().
| #define _IFT_FiberedCrossSection_fiberycentrecoords "fiberycentrecoords" |
Definition at line 53 of file fiberedcs.h.
Referenced by oofem::FiberedCrossSection::initializeFrom().
| #define _IFT_FiberedCrossSection_fiberzcentrecoords "fiberzcentrecoords" |
Definition at line 54 of file fiberedcs.h.
Referenced by oofem::FiberedCrossSection::initializeFrom().
| #define _IFT_FiberedCrossSection_Name "fiberedcs" |
Definition at line 48 of file fiberedcs.h.
Referenced by oofem::FiberedCrossSection::giveInputRecordName().
| #define _IFT_FiberedCrossSection_nfibers "nfibers" |
Definition at line 49 of file fiberedcs.h.
Referenced by oofem::FiberedCrossSection::initializeFrom().
| #define _IFT_FiberedCrossSection_thick "thick" |
Definition at line 55 of file fiberedcs.h.
Referenced by oofem::FiberedCrossSection::initializeFrom().
| #define _IFT_FiberedCrossSection_thicks "thicks" |
Definition at line 51 of file fiberedcs.h.
Referenced by oofem::FiberedCrossSection::initializeFrom().
| #define _IFT_FiberedCrossSection_width "width" |
Definition at line 56 of file fiberedcs.h.
Referenced by oofem::FiberedCrossSection::initializeFrom().
| #define _IFT_FiberedCrossSection_widths "widths" |
Definition at line 52 of file fiberedcs.h.
Referenced by oofem::FiberedCrossSection::initializeFrom().