Gathers Coordinates values from the Newton coordinates vector into the nodal fields of the field manager. More...
#include <PHAL_GatherCoordinateVector.hpp>
Public Member Functions | |
GatherCoordinateVector (const Teuchos::ParameterList &p, const Teuchos::RCP< Albany::Layouts > &dl) | |
GatherCoordinateVector (const 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< MeshScalarT, Cell, Vertex, Dim > | coordVec |
bool | periodic |
std::size_t | worksetSize |
std::size_t | numVertices |
std::size_t | numDim |
Gathers Coordinates values from the Newton coordinates vector into the nodal fields of the field manager.
Currently makes an assumption that the stride is constant for dofs and that the nmber of dofs is equal to the size of the coordinates names vector.
Definition at line 31 of file PHAL_GatherCoordinateVector.hpp.
typedef EvalT::ScalarT PHAL::GatherCoordinateVector< EvalT, Traits >::ScalarT [private] |
Definition at line 48 of file PHAL_GatherCoordinateVector.hpp.
typedef EvalT::MeshScalarT PHAL::GatherCoordinateVector< EvalT, Traits >::MeshScalarT [private] |
Definition at line 49 of file PHAL_GatherCoordinateVector.hpp.
PHAL::GatherCoordinateVector< EvalT, Traits >::GatherCoordinateVector | ( | const Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) |
Definition at line 17 of file PHAL_GatherCoordinateVector_Def.hpp.
PHAL::GatherCoordinateVector< EvalT, Traits >::GatherCoordinateVector | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 31 of file PHAL_GatherCoordinateVector_Def.hpp.
void PHAL::GatherCoordinateVector< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 45 of file PHAL_GatherCoordinateVector_Def.hpp.
void PHAL::GatherCoordinateVector< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 60 of file PHAL_GatherCoordinateVector_Def.hpp.
PHX::MDField<MeshScalarT,Cell,Vertex,Dim> PHAL::GatherCoordinateVector< EvalT, Traits >::coordVec [private] |
Definition at line 51 of file PHAL_GatherCoordinateVector.hpp.
bool PHAL::GatherCoordinateVector< EvalT, Traits >::periodic [private] |
Definition at line 53 of file PHAL_GatherCoordinateVector.hpp.
std::size_t PHAL::GatherCoordinateVector< EvalT, Traits >::worksetSize [private] |
Definition at line 54 of file PHAL_GatherCoordinateVector.hpp.
std::size_t PHAL::GatherCoordinateVector< EvalT, Traits >::numVertices [private] |
Definition at line 55 of file PHAL_GatherCoordinateVector.hpp.
std::size_t PHAL::GatherCoordinateVector< EvalT, Traits >::numDim [private] |
Definition at line 56 of file PHAL_GatherCoordinateVector.hpp.