Finite Element Interpolation Evaluator. More...
#include <ScalarL2ProjectionResidual.hpp>
Public Member Functions | |
ScalarL2ProjectionResidual (const Teuchos::ParameterList &p) | |
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, Node, QuadPoint > | wBF |
PHX::MDField< MeshScalarT, Cell, Node, QuadPoint, Dim > | wGradBF |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | DefGrad |
PHX::MDField< ScalarT, Cell, QuadPoint > | projectedStress |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | Pstress |
bool | enableTransient |
unsigned int | numNodes |
unsigned int | numQPs |
unsigned int | numDims |
unsigned int | worksetSize |
Intrepid::FieldContainer< ScalarT > | tauH |
PHX::MDField< ScalarT, Cell, Node > | TResidual |
Finite Element Interpolation Evaluator.
This evaluator computes residual of a scalar projection from Gauss points to nodes.
Definition at line 26 of file ScalarL2ProjectionResidual.hpp.
typedef EvalT::ScalarT LCM::ScalarL2ProjectionResidual< EvalT, Traits >::ScalarT [private] |
Definition at line 40 of file ScalarL2ProjectionResidual.hpp.
typedef EvalT::MeshScalarT LCM::ScalarL2ProjectionResidual< EvalT, Traits >::MeshScalarT [private] |
Definition at line 41 of file ScalarL2ProjectionResidual.hpp.
LCM::ScalarL2ProjectionResidual< EvalT, Traits >::ScalarL2ProjectionResidual | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 22 of file ScalarL2ProjectionResidual_Def.hpp.
void LCM::ScalarL2ProjectionResidual< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 71 of file ScalarL2ProjectionResidual_Def.hpp.
void LCM::ScalarL2ProjectionResidual< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 86 of file ScalarL2ProjectionResidual_Def.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::wBF [private] |
Definition at line 44 of file ScalarL2ProjectionResidual.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint,Dim> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::wGradBF [private] |
Definition at line 45 of file ScalarL2ProjectionResidual.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim, Dim> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::DefGrad [private] |
Definition at line 46 of file ScalarL2ProjectionResidual.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::projectedStress [private] |
Definition at line 47 of file ScalarL2ProjectionResidual.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::Pstress [private] |
Definition at line 51 of file ScalarL2ProjectionResidual.hpp.
bool LCM::ScalarL2ProjectionResidual< EvalT, Traits >::enableTransient [private] |
Definition at line 53 of file ScalarL2ProjectionResidual.hpp.
unsigned int LCM::ScalarL2ProjectionResidual< EvalT, Traits >::numNodes [private] |
Definition at line 55 of file ScalarL2ProjectionResidual.hpp.
unsigned int LCM::ScalarL2ProjectionResidual< EvalT, Traits >::numQPs [private] |
Definition at line 56 of file ScalarL2ProjectionResidual.hpp.
unsigned int LCM::ScalarL2ProjectionResidual< EvalT, Traits >::numDims [private] |
Definition at line 57 of file ScalarL2ProjectionResidual.hpp.
unsigned int LCM::ScalarL2ProjectionResidual< EvalT, Traits >::worksetSize [private] |
Definition at line 58 of file ScalarL2ProjectionResidual.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::tauH [private] |
Definition at line 61 of file ScalarL2ProjectionResidual.hpp.
PHX::MDField<ScalarT,Cell,Node> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::TResidual [private] |
Definition at line 64 of file ScalarL2ProjectionResidual.hpp.