28#ifndef SECTIONELEMENT_H
29#define SECTIONELEMENT_H
A Element class.
Definition Element.h:117
Definition SectionElement.h:51
SectionElement1D(unsigned, unsigned, unsigned, uvec &&, uvec &&, bool, vector< DOF > &&)
Definition SectionElement.cpp:24
Definition SectionElement.h:64
SectionElement2D(unsigned, unsigned, unsigned, uvec &&, uvec &&, bool, vector< DOF > &&={DOF::U1, DOF::U2, DOF::UR3})
Definition SectionElement.cpp:27
Definition SectionElement.h:77
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:90
SectionNMElement2D(unsigned, unsigned, unsigned, uvec &&, uvec &&, bool, vector< DOF > &&={DOF::U1, DOF::U2, DOF::UR3})
Definition SectionElement.cpp:33
Definition SectionElement.h:103
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
Definition SectionElement.h:116
SectionOSElement3D(unsigned, unsigned, unsigned, uvec &&, uvec &&, bool, vector< DOF > &&={DOF::U1, DOF::U2, DOF::U3, DOF::UR1, DOF::UR2, DOF::UR3, DOF::WARP})
Definition SectionElement.cpp:39
SectionType
Definition Section.h:33