|
suanPan
|
#include <NM3D1.h>
Public Member Functions | |
| NM3D1 (unsigned, double, double, double, double) | |
| unique_ptr< Section > | get_copy () override |
| int | update_trial_status (const vec &) override |
| void | print () override |
Public Member Functions inherited from SectionNM3D | |
| SectionNM3D (unsigned, double, double, double, double) | |
| int | initialize (const shared_ptr< DomainBase > &) override |
Public Member Functions inherited from SectionNM | |
| void | initialize_history (unsigned) |
| int | clear_status () override |
| int | commit_status () override |
| int | reset_status () override |
| void | print () override |
Public Member Functions inherited from Section | |
| 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 | |
| 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) |
Public Member Functions inherited from Tag | |
| 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 |
Additional Inherited Members | |
Protected Member Functions inherited from SectionNM | |
| void | initialize_history (unsigned) |
| int | clear_status () override |
| int | commit_status () override |
| int | reset_status () override |
| void | print () override |
Protected Member Functions inherited from Section | |
| 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 | |
| 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) |
Protected Member Functions inherited from Tag | |
| 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 |
Protected Attributes inherited from DataSectionNM3D | |
| const double | EA |
| const double | EIS |
| const double | EIW |
Protected Attributes inherited from DataSectionNM | |
| vec | initial_history |
| vec | current_history |
| vec | trial_history |
Protected Attributes inherited from DataSection | |
| const unsigned | material_tag |
| const SectionType | section_type |
| const double | area |
| const double | linear_density |
| const vec | eccentricity |
| vec | trial_deformation |
| vec | current_deformation |
| vec | trial_deformation_rate |
| vec | current_deformation_rate |
| vec | trial_resistance |
| vec | current_resistance |
| mat | initial_stiffness |
| mat | current_stiffness |
| mat | trial_stiffness |
Static Protected Attributes inherited from SectionNM | |
| static constexpr double | tolerance = 1E-12 |
| NM3D1::NM3D1 | ( | unsigned | T, |
| double | EEA, | ||
| double | EEIS, | ||
| double | EEIW, | ||
| double | LD | ||
| ) |
|
overridevirtual |
|
overridevirtual |
Reimplemented from Section.