Public Member Functions | Private Types | Private Attributes

PHAL::MapToPhysicalFrame< EvalT, Traits > Class Template Reference

Finite Element Interpolation Evaluator. More...

#include <PHAL_MapToPhysicalFrame.hpp>

List of all members.

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.

Detailed Description

template<typename EvalT, typename Traits>
class PHAL::MapToPhysicalFrame< EvalT, Traits >

Finite Element Interpolation Evaluator.

This evaluator interpolates coordinates at vertices to quad points.

Definition at line 29 of file PHAL_MapToPhysicalFrame.hpp.


Member Typedef Documentation

template<typename EvalT , typename Traits >
typedef EvalT::ScalarT PHAL::MapToPhysicalFrame< EvalT, Traits >::ScalarT [private]

Definition at line 44 of file PHAL_MapToPhysicalFrame.hpp.

template<typename EvalT , typename Traits >
typedef EvalT::MeshScalarT PHAL::MapToPhysicalFrame< EvalT, Traits >::MeshScalarT [private]

Definition at line 45 of file PHAL_MapToPhysicalFrame.hpp.


Constructor & Destructor Documentation

template<typename EvalT , typename Traits >
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.


Member Function Documentation

template<typename EvalT , typename Traits >
void PHAL::MapToPhysicalFrame< EvalT, Traits >::postRegistrationSetup ( typename Traits::SetupData  d,
PHX::FieldManager< Traits > &  vm 
)

Definition at line 42 of file PHAL_MapToPhysicalFrame_Def.hpp.

template<typename EvalT , typename Traits >
void PHAL::MapToPhysicalFrame< EvalT, Traits >::evaluateFields ( typename Traits::EvalData  d  ) 

Definition at line 53 of file PHAL_MapToPhysicalFrame_Def.hpp.


Member Data Documentation

template<typename EvalT , typename Traits >
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.

template<typename EvalT , typename Traits >
Teuchos::RCP<Intrepid::Cubature<RealType> > PHAL::MapToPhysicalFrame< EvalT, Traits >::cubature [private]

Definition at line 50 of file PHAL_MapToPhysicalFrame.hpp.

template<typename EvalT , typename Traits >
Teuchos::RCP<shards::CellTopology> PHAL::MapToPhysicalFrame< EvalT, Traits >::cellType [private]

Definition at line 51 of file PHAL_MapToPhysicalFrame.hpp.

template<typename EvalT , typename Traits >
Intrepid::FieldContainer<RealType> PHAL::MapToPhysicalFrame< EvalT, Traits >::refPoints [private]

Definition at line 53 of file PHAL_MapToPhysicalFrame.hpp.

template<typename EvalT , typename Traits >
Intrepid::FieldContainer<RealType> PHAL::MapToPhysicalFrame< EvalT, Traits >::refWeights [private]

Definition at line 54 of file PHAL_MapToPhysicalFrame.hpp.

template<typename EvalT , typename Traits >
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.


The documentation for this class was generated from the following files: