15 #include "CeeUnstructGrid/Base.h" 17 #include "CeeCore/RefCountedObject.h" 74 static size_t nodesPerElement(
Type elementType);
75 static bool isVolumeElement(
Type elementType);
77 static size_t surfacesPerElement(
Type elementType);
78 static std::vector<unsigned int> elementSurface(
Type elementType,
size_t surfaceIndex);
80 static size_t edgesPerElement(
Type elementType);
81 static std::vector<unsigned int> elementEdge(
Type elementType,
size_t edgeIndex);
Interface element - distributed contact, boundary conditions.
Definition: Element.h:68
Spring & dashpot element.
Definition: Element.h:64
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Beam elements - axial stress, bending, shear.
Definition: Element.h:59
Type
List of supported element types.
Definition: Element.h:32
Constraint element, multipoint constraint.
Definition: Element.h:66
Rigid element.
Definition: Element.h:65
Joint element.
Definition: Element.h:63
Gap element (point contact)
Definition: Element.h:62
Truss elements, axial stress only.
Definition: Element.h:60
Membrane elements - only in-plane stress.
Definition: Element.h:58
Infinite element.
Definition: Element.h:61
Shell elements (in-plane stress, bending, shear)
Definition: Element.h:57
Class for a FEM element.
Definition: Element.h:29
Solid elements.
Definition: Element.h:56
Mass element.
Definition: Element.h:67
Category
List of categories.
Definition: Element.h:54
Super elements.
Definition: Element.h:69