36 const unsigned num_ip;
37 const double thickness;
39 struct IntegrationPoint final {
40 const double eccentricity, factor;
42 IntegrationPoint(
double,
double, unique_ptr<Material>&&);
45 std::vector<IntegrationPoint> int_pt;
55 int initialize(
const shared_ptr<DomainBase>&)
override;
57 unique_ptr<SectionShell>
get_copy()
override;
A Homogeneous class.
Definition Homogeneous.h:35
int reset_status() override
Definition Homogeneous.cpp:109
int update_trial_status(const vec &, const vec &) override
Definition Homogeneous.cpp:61
unique_ptr< SectionShell > get_copy() override
Definition Homogeneous.cpp:59
int commit_status() override
Definition Homogeneous.cpp:95
int clear_status() override
Definition Homogeneous.cpp:81
int initialize(const shared_ptr< DomainBase > &) override
Definition Homogeneous.cpp:34
Definition ResourceHolder.h:32
A SectionShell class.
Definition SectionShell.h:65