|
OOFEM 3.0
|
#include "femcmpnn.h"#include "materialmode.h"#include "matresponsemode.h"#include "material.h"#include "internalstatetype.h"#include "internalstatevaluetype.h"#include "dictionary.h"#include "crosssectextension.h"#include "gausspoint.h"Go to the source code of this file.
Classes | |
| class | oofem::CrossSection |
Namespaces | |
| namespace | oofem |
Macros | |
Input fields for CrossSection | |
| #define | _IFT_CrossSection_SetNumber "set" |
Enumerations | |
| enum | oofem::CrossSectionProperty { oofem::CS_Thickness =400 , oofem::CS_Width , oofem::CS_BeamShearCoeff , oofem::CS_Area , oofem::CS_InertiaMomentY , oofem::CS_InertiaMomentZ , oofem::CS_TorsionConstantX , oofem::CS_ShearAreaY , oofem::CS_ShearAreaZ , oofem::CS_DrillingStiffness , oofem::CS_RelDrillingStiffness , oofem::CS_DrillingType , oofem::CS_TopZCoord , oofem::CS_BottomZCoord , oofem::CS_NumLayers , oofem::CS_DirectorVectorX , oofem::CS_DirectorVectorY , oofem::CS_DirectorVectorZ } |
| List of properties possibly stored in a cross section. More... | |
| #define _IFT_CrossSection_SetNumber "set" |
Definition at line 50 of file crosssection.h.
Referenced by oofem::CrossSection::giveInputRecord(), and oofem::CrossSection::initializeFrom().