|
| | Box3D (unsigned, double, double, double, unsigned, unsigned=6, double=0., double=0.) |
| |
| | Box3D (unsigned, vec &&, unsigned, unsigned=6, vec &&={0., 0.}) |
| |
| int | initialize (const shared_ptr< DomainBase > &) override |
| |
| unique_ptr< Section > | get_copy () override |
| |
| void | print () override |
| |
| | Section3D (unsigned, unsigned, double=0., vec &&={0., 0.}) |
| |
| int | update_trial_status (const vec &) override |
| |
| int | clear_status () override |
| |
| int | commit_status () override |
| |
| int | reset_status () override |
| |
| | Section (unsigned=0, SectionType=SectionType::D0, unsigned=0, double=0., vec &&={0., 0.}) |
| |
| | Section (const Section &)=default |
| |
| | Section (Section &&)=delete |
| |
| Section & | operator= (const Section &)=delete |
| |
| Section & | operator= (Section &&)=delete |
| |
| | ~Section () override=default |
| |
| int | initialize_base (const shared_ptr< DomainBase > &) |
| |
| void | set_initialized (bool) const |
| |
| void | set_symmetric (bool) const |
| |
| bool | is_initialized () const |
| |
| bool | is_symmetric () const |
| |
| SectionType | get_section_type () const |
| |
| void | set_eccentricity (const vec &) const |
| |
| const vec & | get_eccentricity () const |
| |
| virtual const vec & | get_trial_deformation () const |
| |
| virtual const vec & | get_trial_deformation_rate () const |
| |
| virtual const vec & | get_trial_resistance () const |
| |
| virtual const mat & | get_trial_stiffness () const |
| |
| virtual const vec & | get_current_deformation () const |
| |
| virtual const vec & | get_current_deformation_rate () const |
| |
| virtual const vec & | get_current_resistance () const |
| |
| virtual const mat & | get_current_stiffness () const |
| |
| virtual const mat & | get_initial_stiffness () const |
| |
| virtual double | get_parameter (ParameterType=ParameterType::NONE) |
| |
| int | update_incre_status (double) |
| |
| int | update_incre_status (double, double) |
| |
| int | update_trial_status (double) |
| |
| int | update_trial_status (double, double) |
| |
| virtual int | update_incre_status (const vec &) |
| |
| virtual int | update_incre_status (const vec &, const vec &) |
| |
| virtual int | update_trial_status (const vec &, const vec &) |
| |
| virtual std::vector< vec > | record (OutputType) |
| |
| | Tag (unsigned=0) |
| |
| | Tag (const Tag &)=default |
| |
| | Tag (Tag &&)=default |
| |
| Tag & | operator= (const Tag &)=delete |
| |
| Tag & | operator= (Tag &&)=delete |
| |
| virtual | ~Tag ()=default |
| |
| void | set_tag (unsigned) const |
| |
| unsigned | get_tag () const |
| |
| void | enable () |
| |
| void | disable () |
| |
| void | guard () |
| |
| void | unguard () |
| |
| bool | is_active () const |
| |
| bool | is_guarded () const |
| |