Finite Element Interpolation Evaluator. More...
#include <PHAL_ComputeBasisFunctions.hpp>
Public Member Functions | |
ComputeBasisFunctions (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::MeshScalarT | MeshScalarT |
Private Attributes | |
int | numVertices |
int | numDims |
int | numNodes |
int | numQPs |
PHX::MDField< MeshScalarT, Cell, Vertex, Dim > | coordVec |
Coordinate vector at vertices. | |
Teuchos::RCP < Intrepid::Cubature< RealType > > | cubature |
Teuchos::RCP< Intrepid::Basis < RealType, Intrepid::FieldContainer < RealType > > > | intrepidBasis |
Teuchos::RCP < shards::CellTopology > | cellType |
Intrepid::FieldContainer < RealType > | val_at_cub_points |
Intrepid::FieldContainer < RealType > | grad_at_cub_points |
Intrepid::FieldContainer < RealType > | refPoints |
Intrepid::FieldContainer < RealType > | refWeights |
Intrepid::FieldContainer < MeshScalarT > | jacobian |
Intrepid::FieldContainer < MeshScalarT > | jacobian_inv |
PHX::MDField< MeshScalarT, Cell, QuadPoint > | weighted_measure |
Basis Functions at quadrature points. | |
PHX::MDField< RealType, Cell, Node, QuadPoint > | BF |
PHX::MDField< MeshScalarT, Cell, QuadPoint > | jacobian_det |
PHX::MDField< MeshScalarT, Cell, Node, QuadPoint > | wBF |
PHX::MDField< MeshScalarT, Cell, Node, QuadPoint, Dim > | GradBF |
PHX::MDField< MeshScalarT, Cell, Node, QuadPoint, Dim > | wGradBF |
Finite Element Interpolation Evaluator.
This evaluator interpolates nodal DOF values to quad points.
Definition at line 29 of file PHAL_ComputeBasisFunctions.hpp.
typedef EvalT::MeshScalarT PHAL::ComputeBasisFunctions< EvalT, Traits >::MeshScalarT [private] |
Definition at line 44 of file PHAL_ComputeBasisFunctions.hpp.
PHAL::ComputeBasisFunctions< EvalT, Traits >::ComputeBasisFunctions | ( | const Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) |
Definition at line 17 of file PHAL_ComputeBasisFunctions_Def.hpp.
void PHAL::ComputeBasisFunctions< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 71 of file PHAL_ComputeBasisFunctions_Def.hpp.
void PHAL::ComputeBasisFunctions< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
The allocated size of the Field Containers must currently match the full workset size of the allocated PHX Fields, this is the size that is used in the computation. There is wasted effort computing on zeroes for the padding on the final workset. Ideally, these are size numCells. int containerSize = workset.numCells;
Definition at line 86 of file PHAL_ComputeBasisFunctions_Def.hpp.
int PHAL::ComputeBasisFunctions< EvalT, Traits >::numVertices [private] |
Definition at line 45 of file PHAL_ComputeBasisFunctions.hpp.
int PHAL::ComputeBasisFunctions< EvalT, Traits >::numDims [private] |
Definition at line 45 of file PHAL_ComputeBasisFunctions.hpp.
int PHAL::ComputeBasisFunctions< EvalT, Traits >::numNodes [private] |
Definition at line 45 of file PHAL_ComputeBasisFunctions.hpp.
int PHAL::ComputeBasisFunctions< EvalT, Traits >::numQPs [private] |
Definition at line 45 of file PHAL_ComputeBasisFunctions.hpp.
PHX::MDField<MeshScalarT,Cell,Vertex,Dim> PHAL::ComputeBasisFunctions< EvalT, Traits >::coordVec [private] |
Coordinate vector at vertices.
Definition at line 49 of file PHAL_ComputeBasisFunctions.hpp.
Teuchos::RCP<Intrepid::Cubature<RealType> > PHAL::ComputeBasisFunctions< EvalT, Traits >::cubature [private] |
Definition at line 50 of file PHAL_ComputeBasisFunctions.hpp.
Teuchos::RCP<Intrepid::Basis<RealType, Intrepid::FieldContainer<RealType> > > PHAL::ComputeBasisFunctions< EvalT, Traits >::intrepidBasis [private] |
Definition at line 51 of file PHAL_ComputeBasisFunctions.hpp.
Teuchos::RCP<shards::CellTopology> PHAL::ComputeBasisFunctions< EvalT, Traits >::cellType [private] |
Definition at line 52 of file PHAL_ComputeBasisFunctions.hpp.
Intrepid::FieldContainer<RealType> PHAL::ComputeBasisFunctions< EvalT, Traits >::val_at_cub_points [private] |
Definition at line 55 of file PHAL_ComputeBasisFunctions.hpp.
Intrepid::FieldContainer<RealType> PHAL::ComputeBasisFunctions< EvalT, Traits >::grad_at_cub_points [private] |
Definition at line 56 of file PHAL_ComputeBasisFunctions.hpp.
Intrepid::FieldContainer<RealType> PHAL::ComputeBasisFunctions< EvalT, Traits >::refPoints [private] |
Definition at line 57 of file PHAL_ComputeBasisFunctions.hpp.
Intrepid::FieldContainer<RealType> PHAL::ComputeBasisFunctions< EvalT, Traits >::refWeights [private] |
Definition at line 58 of file PHAL_ComputeBasisFunctions.hpp.
Intrepid::FieldContainer<MeshScalarT> PHAL::ComputeBasisFunctions< EvalT, Traits >::jacobian [private] |
Definition at line 59 of file PHAL_ComputeBasisFunctions.hpp.
Intrepid::FieldContainer<MeshScalarT> PHAL::ComputeBasisFunctions< EvalT, Traits >::jacobian_inv [private] |
Definition at line 60 of file PHAL_ComputeBasisFunctions.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint> PHAL::ComputeBasisFunctions< EvalT, Traits >::weighted_measure [private] |
Basis Functions at quadrature points.
Definition at line 64 of file PHAL_ComputeBasisFunctions.hpp.
PHX::MDField<RealType,Cell,Node,QuadPoint> PHAL::ComputeBasisFunctions< EvalT, Traits >::BF [private] |
Definition at line 65 of file PHAL_ComputeBasisFunctions.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint> PHAL::ComputeBasisFunctions< EvalT, Traits >::jacobian_det [private] |
Definition at line 66 of file PHAL_ComputeBasisFunctions.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint> PHAL::ComputeBasisFunctions< EvalT, Traits >::wBF [private] |
Definition at line 67 of file PHAL_ComputeBasisFunctions.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint,Dim> PHAL::ComputeBasisFunctions< EvalT, Traits >::GradBF [private] |
Definition at line 68 of file PHAL_ComputeBasisFunctions.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint,Dim> PHAL::ComputeBasisFunctions< EvalT, Traits >::wGradBF [private] |
Definition at line 69 of file PHAL_ComputeBasisFunctions.hpp.