Damage Source. More...
#include <DamageSource.hpp>
Public Member Functions | |
DamageSource (Teuchos::ParameterList &p) | |
void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm) |
void | evaluateFields (typename Traits::EvalData d) |
Private Types | |
typedef EvalT::ScalarT | ScalarT |
typedef EvalT::MeshScalarT | MeshScalarT |
Private Attributes | |
PHX::MDField< ScalarT, Cell, QuadPoint > | bulkModulus |
PHX::MDField< ScalarT, Cell, QuadPoint > | dp |
PHX::MDField< ScalarT, Cell, QuadPoint > | seff |
PHX::MDField< ScalarT, Cell, QuadPoint > | energy |
PHX::MDField< ScalarT, Cell, QuadPoint > | J |
PHX::MDField< ScalarT, Cell, QuadPoint > | damageLS |
RealType | gc |
PHX::MDField< ScalarT, Cell, QuadPoint > | damage |
PHX::MDField< ScalarT, Cell, QuadPoint > | source |
std::string | sourceName |
std::string | damageName |
unsigned int | numQPs |
unsigned int | numDims |
Damage Source.
Definition at line 27 of file DamageSource.hpp.
typedef EvalT::ScalarT LCM::DamageSource< EvalT, Traits >::ScalarT [private] |
Definition at line 41 of file DamageSource.hpp.
typedef EvalT::MeshScalarT LCM::DamageSource< EvalT, Traits >::MeshScalarT [private] |
Definition at line 42 of file DamageSource.hpp.
LCM::DamageSource< EvalT, Traits >::DamageSource | ( | Teuchos::ParameterList & | p | ) |
Definition at line 19 of file DamageSource_Def.hpp.
void LCM::DamageSource< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 65 of file DamageSource_Def.hpp.
void LCM::DamageSource< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 81 of file DamageSource_Def.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::DamageSource< EvalT, Traits >::bulkModulus [private] |
Definition at line 45 of file DamageSource.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::DamageSource< EvalT, Traits >::dp [private] |
Definition at line 46 of file DamageSource.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::DamageSource< EvalT, Traits >::seff [private] |
Definition at line 47 of file DamageSource.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::DamageSource< EvalT, Traits >::energy [private] |
Definition at line 48 of file DamageSource.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::DamageSource< EvalT, Traits >::J [private] |
Definition at line 49 of file DamageSource.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::DamageSource< EvalT, Traits >::damageLS [private] |
Definition at line 50 of file DamageSource.hpp.
RealType LCM::DamageSource< EvalT, Traits >::gc [private] |
Definition at line 51 of file DamageSource.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::DamageSource< EvalT, Traits >::damage [private] |
Definition at line 52 of file DamageSource.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::DamageSource< EvalT, Traits >::source [private] |
Definition at line 55 of file DamageSource.hpp.
std::string LCM::DamageSource< EvalT, Traits >::sourceName [private] |
Definition at line 57 of file DamageSource.hpp.
std::string LCM::DamageSource< EvalT, Traits >::damageName [private] |
Definition at line 58 of file DamageSource.hpp.
unsigned int LCM::DamageSource< EvalT, Traits >::numQPs [private] |
Definition at line 59 of file DamageSource.hpp.
unsigned int LCM::DamageSource< EvalT, Traits >::numDims [private] |
Definition at line 60 of file DamageSource.hpp.