Public Member Functions | Private Types | Private Attributes

LCM::ScalarL2ProjectionResidual< EvalT, Traits > Class Template Reference

Finite Element Interpolation Evaluator. More...

#include <ScalarL2ProjectionResidual.hpp>

List of all members.

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< ScalarTtauH
PHX::MDField< ScalarT, Cell, NodeTResidual

Detailed Description

template<typename EvalT, typename Traits>
class LCM::ScalarL2ProjectionResidual< EvalT, Traits >

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.


Member Typedef Documentation

template<typename EvalT , typename Traits >
typedef EvalT::ScalarT LCM::ScalarL2ProjectionResidual< EvalT, Traits >::ScalarT [private]

Definition at line 40 of file ScalarL2ProjectionResidual.hpp.

template<typename EvalT , typename Traits >
typedef EvalT::MeshScalarT LCM::ScalarL2ProjectionResidual< EvalT, Traits >::MeshScalarT [private]

Definition at line 41 of file ScalarL2ProjectionResidual.hpp.


Constructor & Destructor Documentation

template<typename EvalT , typename Traits >
LCM::ScalarL2ProjectionResidual< EvalT, Traits >::ScalarL2ProjectionResidual ( const Teuchos::ParameterList &  p  ) 

Definition at line 22 of file ScalarL2ProjectionResidual_Def.hpp.


Member Function Documentation

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

Definition at line 71 of file ScalarL2ProjectionResidual_Def.hpp.

template<typename EvalT , typename Traits >
void LCM::ScalarL2ProjectionResidual< EvalT, Traits >::evaluateFields ( typename Traits::EvalData  d  ) 

Definition at line 86 of file ScalarL2ProjectionResidual_Def.hpp.


Member Data Documentation

template<typename EvalT , typename Traits >
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::wBF [private]

Definition at line 44 of file ScalarL2ProjectionResidual.hpp.

template<typename EvalT , typename Traits >
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint,Dim> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::wGradBF [private]

Definition at line 45 of file ScalarL2ProjectionResidual.hpp.

template<typename EvalT , typename Traits >
PHX::MDField<ScalarT,Cell,QuadPoint,Dim, Dim> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::DefGrad [private]

Definition at line 46 of file ScalarL2ProjectionResidual.hpp.

template<typename EvalT , typename Traits >
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::projectedStress [private]

Definition at line 47 of file ScalarL2ProjectionResidual.hpp.

template<typename EvalT , typename Traits >
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::Pstress [private]

Definition at line 51 of file ScalarL2ProjectionResidual.hpp.

template<typename EvalT , typename Traits >
bool LCM::ScalarL2ProjectionResidual< EvalT, Traits >::enableTransient [private]

Definition at line 53 of file ScalarL2ProjectionResidual.hpp.

template<typename EvalT , typename Traits >
unsigned int LCM::ScalarL2ProjectionResidual< EvalT, Traits >::numNodes [private]

Definition at line 55 of file ScalarL2ProjectionResidual.hpp.

template<typename EvalT , typename Traits >
unsigned int LCM::ScalarL2ProjectionResidual< EvalT, Traits >::numQPs [private]

Definition at line 56 of file ScalarL2ProjectionResidual.hpp.

template<typename EvalT , typename Traits >
unsigned int LCM::ScalarL2ProjectionResidual< EvalT, Traits >::numDims [private]

Definition at line 57 of file ScalarL2ProjectionResidual.hpp.

template<typename EvalT , typename Traits >
unsigned int LCM::ScalarL2ProjectionResidual< EvalT, Traits >::worksetSize [private]

Definition at line 58 of file ScalarL2ProjectionResidual.hpp.

template<typename EvalT , typename Traits >
Intrepid::FieldContainer<ScalarT> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::tauH [private]

Definition at line 61 of file ScalarL2ProjectionResidual.hpp.

template<typename EvalT , typename Traits >
PHX::MDField<ScalarT,Cell,Node> LCM::ScalarL2ProjectionResidual< EvalT, Traits >::TResidual [private]

Definition at line 64 of file ScalarL2ProjectionResidual.hpp.


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