Compute the current coordinates. More...
#include <CurrentCoords.hpp>
Public Member Functions | |
CurrentCoords (const Teuchos::ParameterList &p, const Teuchos::RCP< Albany::Layouts > &dl) | |
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< MeshScalarT, Cell, Vertex, Dim > | refCoords |
PHX::MDField< ScalarT, Cell, Vertex, Dim > | displacement |
PHX::MDField< ScalarT, Cell, Vertex, Dim > | currentCoords |
unsigned int | worksetSize |
unsigned int | numNodes |
unsigned int | numDims |
Compute the current coordinates.
Definition at line 25 of file CurrentCoords.hpp.
typedef EvalT::ScalarT LCM::CurrentCoords< EvalT, Traits >::ScalarT [private] |
Definition at line 40 of file CurrentCoords.hpp.
typedef EvalT::MeshScalarT LCM::CurrentCoords< EvalT, Traits >::MeshScalarT [private] |
Definition at line 41 of file CurrentCoords.hpp.
LCM::CurrentCoords< EvalT, Traits >::CurrentCoords | ( | const Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) |
Definition at line 17 of file CurrentCoords_Def.hpp.
void LCM::CurrentCoords< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 40 of file CurrentCoords_Def.hpp.
void LCM::CurrentCoords< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 51 of file CurrentCoords_Def.hpp.
PHX::MDField<MeshScalarT,Cell,Vertex,Dim> LCM::CurrentCoords< EvalT, Traits >::refCoords [private] |
Definition at line 44 of file CurrentCoords.hpp.
PHX::MDField<ScalarT,Cell,Vertex,Dim> LCM::CurrentCoords< EvalT, Traits >::displacement [private] |
Definition at line 45 of file CurrentCoords.hpp.
PHX::MDField<ScalarT,Cell,Vertex,Dim> LCM::CurrentCoords< EvalT, Traits >::currentCoords [private] |
Definition at line 48 of file CurrentCoords.hpp.
unsigned int LCM::CurrentCoords< EvalT, Traits >::worksetSize [private] |
Definition at line 50 of file CurrentCoords.hpp.
unsigned int LCM::CurrentCoords< EvalT, Traits >::numNodes [private] |
Definition at line 51 of file CurrentCoords.hpp.
unsigned int LCM::CurrentCoords< EvalT, Traits >::numDims [private] |
Definition at line 52 of file CurrentCoords.hpp.