|
| | Fibre (unsigned, uvec &&, SectionType) |
| |
| int | initialize (const shared_ptr< DomainBase > &) override |
| |
| void | set_characteristic_length (double) const override |
| |
| int | update_trial_status (const vec &) override |
| |
| int | clear_status () override |
| |
| int | commit_status () override |
| |
| int | reset_status () override |
| |
| void | print () override |
| |
| | Section (unsigned=0, SectionType=SectionType::D0, unsigned=0, double=0., vec &&={0., 0.}) |
| |
| SectionType | get_section_type () const |
| |
| double | get_area () const |
| |
| double | get_linear_density () const |
| |
| 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 |
| |
| void | set_eccentricity (const vec &) const |
| |
| const vec & | get_eccentricity () const |
| |
| double | get_characteristic_length () 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 mat & | get_trial_geometry () 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_current_geometry () const |
| |
| virtual const mat & | get_initial_stiffness () const |
| |
| virtual const mat & | get_initial_geometry () const |
| |
| virtual unique_ptr< Section > | unique_copy ()=0 |
| |
| 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) const |
| |
| | CopyableTag (const CopyableTag &)=default |
| |
| | CopyableTag (CopyableTag &&)=default |
| |
| CopyableTag & | operator= (const CopyableTag &)=delete |
| |
| CopyableTag & | operator= (CopyableTag &&)=delete |
| |
| | ~CopyableTag () override=default |
| |
| | Tag (unsigned=0) |
| |
| | Tag (const Tag &)=default |
| |
| | Tag (Tag &&) noexcept=default |
| |
| | Tag (unsigned=0) |
| |
| | Tag (const Tag &)=default |
| |
| | Tag (Tag &&) noexcept=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 |
| |