Neohookean Model. More...
#include <NeohookeanModel.hpp>


Public Types | |
| typedef EvalT::ScalarT | ScalarT |
| typedef EvalT::MeshScalarT | MeshScalarT |
Public Member Functions | |
| NeohookeanModel (Teuchos::ParameterList *p, const Teuchos::RCP< Albany::Layouts > &dl) | |
| Constructor. | |
| virtual | ~NeohookeanModel () |
| 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 | |
| NeohookeanModel (const NeohookeanModel &) | |
| Private to prohibit copying. | |
| NeohookeanModel & | operator= (const NeohookeanModel &) |
| Private to prohibit copying. | |
Neohookean Model.
Definition at line 22 of file NeohookeanModel.hpp.
| typedef EvalT::ScalarT LCM::NeohookeanModel< EvalT, Traits >::ScalarT |
Reimplemented from LCM::ConstitutiveModel< EvalT, Traits >.
Definition at line 26 of file NeohookeanModel.hpp.
| typedef EvalT::MeshScalarT LCM::NeohookeanModel< EvalT, Traits >::MeshScalarT |
Reimplemented from LCM::ConstitutiveModel< EvalT, Traits >.
Definition at line 27 of file NeohookeanModel.hpp.
| LCM::NeohookeanModel< EvalT, Traits >::NeohookeanModel | ( | Teuchos::ParameterList * | p, | |
| const Teuchos::RCP< Albany::Layouts > & | dl | |||
| ) |
Constructor.
Definition at line 17 of file NeohookeanModel_Def.hpp.
| virtual LCM::NeohookeanModel< EvalT, Traits >::~NeohookeanModel | ( | ) | [inline, virtual] |
Virtual Destructor.
Definition at line 53 of file NeohookeanModel.hpp.
| LCM::NeohookeanModel< EvalT, Traits >::NeohookeanModel | ( | const NeohookeanModel< EvalT, Traits > & | ) | [private] |
Private to prohibit copying.
| void LCM::NeohookeanModel< 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 49 of file NeohookeanModel_Def.hpp.
| NeohookeanModel& LCM::NeohookeanModel< EvalT, Traits >::operator= | ( | const NeohookeanModel< EvalT, Traits > & | ) | [private] |
Private to prohibit copying.
1.7.1