Finite Element Interpolation Evaluator. More...
#include <PHAL_MapToPhysicalFrame.hpp>
Public Member Functions | |
MapToPhysicalFrame (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 > | coords_vertices |
Values at vertices. | |
Teuchos::RCP < Intrepid::Cubature< RealType > > | cubature |
Teuchos::RCP < shards::CellTopology > | cellType |
Intrepid::FieldContainer < RealType > | refPoints |
Intrepid::FieldContainer < RealType > | refWeights |
PHX::MDField< MeshScalarT, Cell, QuadPoint, Dim > | coords_qp |
Values at quadrature points. |
Finite Element Interpolation Evaluator.
This evaluator interpolates coordinates at vertices to quad points.
Definition at line 29 of file PHAL_MapToPhysicalFrame.hpp.
typedef EvalT::ScalarT PHAL::MapToPhysicalFrame< EvalT, Traits >::ScalarT [private] |
Definition at line 44 of file PHAL_MapToPhysicalFrame.hpp.
typedef EvalT::MeshScalarT PHAL::MapToPhysicalFrame< EvalT, Traits >::MeshScalarT [private] |
Definition at line 45 of file PHAL_MapToPhysicalFrame.hpp.
PHAL::MapToPhysicalFrame< EvalT, Traits >::MapToPhysicalFrame | ( | const Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) |
Definition at line 17 of file PHAL_MapToPhysicalFrame_Def.hpp.
void PHAL::MapToPhysicalFrame< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 42 of file PHAL_MapToPhysicalFrame_Def.hpp.
void PHAL::MapToPhysicalFrame< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 53 of file PHAL_MapToPhysicalFrame_Def.hpp.
PHX::MDField<MeshScalarT,Cell,Vertex,Dim> PHAL::MapToPhysicalFrame< EvalT, Traits >::coords_vertices [private] |
Values at vertices.
Definition at line 49 of file PHAL_MapToPhysicalFrame.hpp.
Teuchos::RCP<Intrepid::Cubature<RealType> > PHAL::MapToPhysicalFrame< EvalT, Traits >::cubature [private] |
Definition at line 50 of file PHAL_MapToPhysicalFrame.hpp.
Teuchos::RCP<shards::CellTopology> PHAL::MapToPhysicalFrame< EvalT, Traits >::cellType [private] |
Definition at line 51 of file PHAL_MapToPhysicalFrame.hpp.
Intrepid::FieldContainer<RealType> PHAL::MapToPhysicalFrame< EvalT, Traits >::refPoints [private] |
Definition at line 53 of file PHAL_MapToPhysicalFrame.hpp.
Intrepid::FieldContainer<RealType> PHAL::MapToPhysicalFrame< EvalT, Traits >::refWeights [private] |
Definition at line 54 of file PHAL_MapToPhysicalFrame.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint,Dim> PHAL::MapToPhysicalFrame< EvalT, Traits >::coords_qp [private] |
Values at quadrature points.
Definition at line 58 of file PHAL_MapToPhysicalFrame.hpp.