Constitutive Model Base Class. More...
#include <LinearElasticModel.hpp>


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