|
hp2FEM
0.1
|
Struct that stores attributes for the FiniteElement class. More...
#include <FiniteElementAttributes_S.h>
Public Attributes | |
| unsigned long | NDOFs |
| unsigned long | Pmax |
| CalculationProcedure_E | CalcProc |
| unsigned long | Dim |
| ElementShape_E | ElemShape |
| ElementShape_E | EntityShape |
| ProblemType_E | ProbType |
| Kinematics_E | Kin |
| StrainMeasure_E | StrainMeas |
| FiniteFormulation_E | FiniFormu |
| pMesh_E | pMesh |
| MeshType_E | MshType |
| MappingType_E | MapType |
| Mapping type. | |
| unsigned long | MapOrder |
| MassStiffType_E | MassType |
| StiffnessType_E | StiffType |
| MaterialType_E | MatType |
Struct that stores attributes for the FiniteElement class.
| [in] | MaxPolyOrder,: | maximum polynomial order used in the model |
| [in] | CalcProc,: | type of calculation procedure (standar or 1d matrices) for the mass and stiffness matrices. |
| [in] | ElemShape,: | element shape |
| [in] | EntityShape,: | entity shape |
| [in] | Problem | type of the element. |
| [in] | pMesh,: | specifies if the mesh is pUNIFORM or pNONUNIFORM |
| [in] | Kin,: | Kinematic type (infinitesimal or finite) |
| [in] | FiniFormu,: | Type of finite deformation formulation |
| [in] | MshType,: | Yype of the finite element mesh (uniform, non-uniform, structured). This information is used by the methods which calculate the mass and stiffness matrices. |
| [in] | NDOFs,: | Number of degrees of freedom for each node |
| [in] | MassType,: | Type os mass matrix (Lumped, consistent, eigenvalue, transformed) |
| [in] | StiffType,: | Type of stiffness matrix (Transformed, consistent, eigenvalue) |
| [in] | MatType,: | Material type used for the analysis |
| unsigned long FiniteElementAttributes_S::MapOrder |
@ brief Mapping order.
1.7.6.1