Gathers surface height into the nodal fields of the field manager. More...
#include <PHAL_GatherSHeight.hpp>
Public Member Functions | |
GatherSHeight (const Teuchos::ParameterList &p, const Teuchos::RCP< Albany::Layouts > &dl) | |
GatherSHeight (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< RealType, Cell, Vertex > | sHeight |
std::size_t | worksetSize |
std::size_t | numVertices |
Gathers surface height 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 29 of file PHAL_GatherSHeight.hpp.
typedef EvalT::ScalarT PHAL::GatherSHeight< EvalT, Traits >::ScalarT [private] |
Definition at line 46 of file PHAL_GatherSHeight.hpp.
typedef EvalT::MeshScalarT PHAL::GatherSHeight< EvalT, Traits >::MeshScalarT [private] |
Definition at line 47 of file PHAL_GatherSHeight.hpp.
PHAL::GatherSHeight< EvalT, Traits >::GatherSHeight | ( | const Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) |
Definition at line 17 of file PHAL_GatherSHeight_Def.hpp.
PHAL::GatherSHeight< EvalT, Traits >::GatherSHeight | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 28 of file PHAL_GatherSHeight_Def.hpp.
void PHAL::GatherSHeight< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 38 of file PHAL_GatherSHeight_Def.hpp.
void PHAL::GatherSHeight< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 52 of file PHAL_GatherSHeight_Def.hpp.
PHX::MDField<RealType,Cell,Vertex> PHAL::GatherSHeight< EvalT, Traits >::sHeight [private] |
Definition at line 49 of file PHAL_GatherSHeight.hpp.
std::size_t PHAL::GatherSHeight< EvalT, Traits >::worksetSize [private] |
Definition at line 51 of file PHAL_GatherSHeight.hpp.
std::size_t PHAL::GatherSHeight< EvalT, Traits >::numVertices [private] |
Definition at line 52 of file PHAL_GatherSHeight.hpp.