28 #ifndef SECTIONELEMENT_H
29 #define SECTIONELEMENT_H
A Element class.
Definition: Element.h:92
Definition: SectionElement.h:50
SectionElement1D(unsigned, unsigned, unsigned, uvec &&, uvec &&, bool, vector< DOF > &&)
Definition: SectionElement.cpp:24
Definition: SectionElement.h:62
SectionElement2D(unsigned, unsigned, unsigned, uvec &&, uvec &&, bool, vector< DOF > &&={DOF::U1, DOF::U2, DOF::UR3})
Definition: SectionElement.cpp:27
Definition: SectionElement.h:74
SectionElement3D(unsigned, unsigned, unsigned, uvec &&, uvec &&, bool, vector< DOF > &&={DOF::U1, DOF::U2, DOF::U3, DOF::UR1, DOF::UR2, DOF::UR3})
Definition: SectionElement.cpp:30
The SectionElement class.
Definition: SectionElement.h:37
SectionElement(unsigned, unsigned, unsigned, uvec &&, uvec &&, bool, SectionType, vector< DOF > &&)
Definition: SectionElement.cpp:21
Definition: SectionElement.h:86
SectionNMElement2D(unsigned, unsigned, unsigned, uvec &&, uvec &&, bool, vector< DOF > &&={DOF::U1, DOF::U2, DOF::UR3})
Definition: SectionElement.cpp:33
Definition: SectionElement.h:98
SectionNMElement3D(unsigned, unsigned, unsigned, uvec &&, uvec &&, bool, vector< DOF > &&={DOF::U1, DOF::U2, DOF::U3, DOF::UR1, DOF::UR2, DOF::UR3})
Definition: SectionElement.cpp:36
SectionType
Definition: Section.h:34
std::vector< T > vector
Definition: container.h:53