Finite Element Interpolation Evaluator. More...
#include <PHAL_DOFVecGradInterpolation.hpp>
Public Member Functions | |
DOFVecGradInterpolation (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< ScalarT, Cell, Node, VecDim > | val_node |
Values at nodes. | |
PHX::MDField< MeshScalarT, Cell, Node, QuadPoint, Dim > | GradBF |
Basis Functions. | |
PHX::MDField< ScalarT, Cell, QuadPoint, VecDim, Dim > | grad_val_qp |
Values at quadrature points. | |
std::size_t | numNodes |
std::size_t | numQPs |
std::size_t | numDims |
std::size_t | vecDim |
Finite Element Interpolation Evaluator.
This evaluator interpolates nodal DOFVec values to their gradients at quad points.
Definition at line 26 of file PHAL_DOFVecGradInterpolation.hpp.
typedef EvalT::ScalarT PHAL::DOFVecGradInterpolation< EvalT, Traits >::ScalarT [private] |
Definition at line 41 of file PHAL_DOFVecGradInterpolation.hpp.
typedef EvalT::MeshScalarT PHAL::DOFVecGradInterpolation< EvalT, Traits >::MeshScalarT [private] |
Definition at line 42 of file PHAL_DOFVecGradInterpolation.hpp.
PHAL::DOFVecGradInterpolation< EvalT, Traits >::DOFVecGradInterpolation | ( | const Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) |
Definition at line 17 of file PHAL_DOFVecGradInterpolation_Def.hpp.
void PHAL::DOFVecGradInterpolation< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 42 of file PHAL_DOFVecGradInterpolation_Def.hpp.
void PHAL::DOFVecGradInterpolation< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 53 of file PHAL_DOFVecGradInterpolation_Def.hpp.
PHX::MDField<ScalarT,Cell,Node,VecDim> PHAL::DOFVecGradInterpolation< EvalT, Traits >::val_node [private] |
Values at nodes.
Definition at line 47 of file PHAL_DOFVecGradInterpolation.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint,Dim> PHAL::DOFVecGradInterpolation< EvalT, Traits >::GradBF [private] |
Basis Functions.
Definition at line 49 of file PHAL_DOFVecGradInterpolation.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,VecDim,Dim> PHAL::DOFVecGradInterpolation< EvalT, Traits >::grad_val_qp [private] |
Values at quadrature points.
Definition at line 53 of file PHAL_DOFVecGradInterpolation.hpp.
std::size_t PHAL::DOFVecGradInterpolation< EvalT, Traits >::numNodes [private] |
Definition at line 55 of file PHAL_DOFVecGradInterpolation.hpp.
std::size_t PHAL::DOFVecGradInterpolation< EvalT, Traits >::numQPs [private] |
Definition at line 56 of file PHAL_DOFVecGradInterpolation.hpp.
std::size_t PHAL::DOFVecGradInterpolation< EvalT, Traits >::numDims [private] |
Definition at line 57 of file PHAL_DOFVecGradInterpolation.hpp.
std::size_t PHAL::DOFVecGradInterpolation< EvalT, Traits >::vecDim [private] |
Definition at line 58 of file PHAL_DOFVecGradInterpolation.hpp.