A Section3D class.
Definition: Section3D.h:38
void set_characteristic_length(double) const override
Definition: Section3D.cpp:50
int reset_status() override
Definition: Section3D.cpp:110
Section3D(unsigned, unsigned, double=0., vec &&={0., 0.})
Definition: Section3D.cpp:47
void initialize_stiffness()
Definition: Section3D.cpp:27
int clear_status() override
Definition: Section3D.cpp:92
int commit_status() override
Definition: Section3D.cpp:101
vector< IntegrationPoint > int_pt
Definition: Section3D.h:46
int update_trial_status(const vec &) override
The deformation is assumed to contain the following.
Definition: Section3D.cpp:63
A Section class.
Definition: Section.h:77
std::vector< T > vector
Definition: container.h:53
Definition: Section3D.h:40
double coor_z
Definition: Section3D.h:41
double weight
Definition: Section3D.h:41
ResourceHolder< Material > s_material
Definition: Section3D.h:42
double coor_y
Definition: Section3D.h:41
IntegrationPoint(double, double, double, unique_ptr< Material > &&)
Definition: Section3D.cpp:21