OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#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 |
Base abstract class representing cross section in finite element mesh. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
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_TorsionMomentX, 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().