Finite Element Interpolation Evaluator. More...
#include <PHAL_DOFVecInterpolation.hpp>
Public Member Functions | |
DOFVecInterpolation (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 |
Private Attributes | |
PHX::MDField< ScalarT, Cell, Node, VecDim > | val_node |
Values at nodes. | |
PHX::MDField< RealType, Cell, Node, QuadPoint > | BF |
Basis Functions. | |
PHX::MDField< ScalarT, Cell, QuadPoint, VecDim > | val_qp |
Values at quadrature points. | |
std::size_t | numNodes |
std::size_t | numQPs |
std::size_t | vecDim |
Finite Element Interpolation Evaluator.
This evaluator interpolates nodal DOFVec values to quad points.
Definition at line 25 of file PHAL_DOFVecInterpolation.hpp.
typedef EvalT::ScalarT PHAL::DOFVecInterpolation< EvalT, Traits >::ScalarT [private] |
Definition at line 41 of file PHAL_DOFVecInterpolation.hpp.
PHAL::DOFVecInterpolation< EvalT, Traits >::DOFVecInterpolation | ( | const Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) |
Definition at line 17 of file PHAL_DOFVecInterpolation_Def.hpp.
void PHAL::DOFVecInterpolation< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 40 of file PHAL_DOFVecInterpolation_Def.hpp.
void PHAL::DOFVecInterpolation< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 51 of file PHAL_DOFVecInterpolation_Def.hpp.
PHX::MDField<ScalarT,Cell,Node,VecDim> PHAL::DOFVecInterpolation< EvalT, Traits >::val_node [private] |
Values at nodes.
Definition at line 45 of file PHAL_DOFVecInterpolation.hpp.
PHX::MDField<RealType,Cell,Node,QuadPoint> PHAL::DOFVecInterpolation< EvalT, Traits >::BF [private] |
Basis Functions.
Definition at line 47 of file PHAL_DOFVecInterpolation.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,VecDim> PHAL::DOFVecInterpolation< EvalT, Traits >::val_qp [private] |
Values at quadrature points.
Definition at line 51 of file PHAL_DOFVecInterpolation.hpp.
std::size_t PHAL::DOFVecInterpolation< EvalT, Traits >::numNodes [private] |
Definition at line 53 of file PHAL_DOFVecInterpolation.hpp.
std::size_t PHAL::DOFVecInterpolation< EvalT, Traits >::numQPs [private] |
Definition at line 54 of file PHAL_DOFVecInterpolation.hpp.
std::size_t PHAL::DOFVecInterpolation< EvalT, Traits >::vecDim [private] |
Definition at line 55 of file PHAL_DOFVecInterpolation.hpp.