Saint Venant - Kirchhoff Model. More...
#include <StVenantKirchhoffModel.hpp>


Public Types | |
| typedef EvalT::ScalarT | ScalarT |
| typedef EvalT::MeshScalarT | MeshScalarT |
Public Member Functions | |
| StVenantKirchhoffModel (Teuchos::ParameterList *p, const Teuchos::RCP< Albany::Layouts > &dl) | |
| Constructor. | |
| virtual | ~StVenantKirchhoffModel () |
| Virtual Destructor. | |
| virtual void | computeState (typename Traits::EvalData workset, std::map< std::string, Teuchos::RCP< PHX::MDField< ScalarT > > > dep_fields, std::map< std::string, Teuchos::RCP< PHX::MDField< ScalarT > > > eval_fields) |
| Method to compute the state (e.g. | |
Private Member Functions | |
| StVenantKirchhoffModel (const StVenantKirchhoffModel &) | |
| Private to prohibit copying. | |
| StVenantKirchhoffModel & | operator= (const StVenantKirchhoffModel &) |
| Private to prohibit copying. | |
Saint Venant - Kirchhoff Model.
Definition at line 22 of file StVenantKirchhoffModel.hpp.
| typedef EvalT::ScalarT LCM::StVenantKirchhoffModel< EvalT, Traits >::ScalarT |
Reimplemented from LCM::ConstitutiveModel< EvalT, Traits >.
Definition at line 26 of file StVenantKirchhoffModel.hpp.
| typedef EvalT::MeshScalarT LCM::StVenantKirchhoffModel< EvalT, Traits >::MeshScalarT |
Reimplemented from LCM::ConstitutiveModel< EvalT, Traits >.
Definition at line 27 of file StVenantKirchhoffModel.hpp.
| LCM::StVenantKirchhoffModel< EvalT, Traits >::StVenantKirchhoffModel | ( | Teuchos::ParameterList * | p, | |
| const Teuchos::RCP< Albany::Layouts > & | dl | |||
| ) |
Constructor.
Definition at line 17 of file StVenantKirchhoffModel_Def.hpp.
| virtual LCM::StVenantKirchhoffModel< EvalT, Traits >::~StVenantKirchhoffModel | ( | ) | [inline, virtual] |
Virtual Destructor.
Definition at line 45 of file StVenantKirchhoffModel.hpp.
| LCM::StVenantKirchhoffModel< EvalT, Traits >::StVenantKirchhoffModel | ( | const StVenantKirchhoffModel< EvalT, Traits > & | ) | [private] |
Private to prohibit copying.
| void LCM::StVenantKirchhoffModel< EvalT, Traits >::computeState | ( | typename Traits::EvalData | workset, | |
| std::map< std::string, Teuchos::RCP< PHX::MDField< ScalarT > > > | dep_fields, | |||
| std::map< std::string, Teuchos::RCP< PHX::MDField< ScalarT > > > | eval_fields | |||
| ) | [virtual] |
Method to compute the state (e.g.
energy, stress, tangent)
Implements LCM::ConstitutiveModel< EvalT, Traits >.
Definition at line 43 of file StVenantKirchhoffModel_Def.hpp.
| StVenantKirchhoffModel& LCM::StVenantKirchhoffModel< EvalT, Traits >::operator= | ( | const StVenantKirchhoffModel< EvalT, Traits > & | ) | [private] |
Private to prohibit copying.
1.7.1