Public Member Functions | Private Types | Private Attributes

PHAL::CahnHillWResid< EvalT, Traits > Class Template Reference

Finite Element Interpolation Evaluator. More...

#include <PHAL_CahnHillWResid.hpp>

List of all members.

Public Member Functions

 CahnHillWResid (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
BF
PHX::MDField< ScalarT, Cell,
QuadPoint
rhoDot
PHX::MDField< ScalarT, Cell, NoderhoDotNode
PHX::MDField< MeshScalarT,
Cell, Node, QuadPoint, Dim
wGradBF
PHX::MDField< ScalarT, Cell,
QuadPoint, Dim
wGrad
PHX::MDField< ScalarT, Cell, NodewResidual
unsigned int numQPs
unsigned int numDims
unsigned int numNodes
unsigned int worksetSize
bool lump

Detailed Description

template<typename EvalT, typename Traits>
class PHAL::CahnHillWResid< EvalT, Traits >

Finite Element Interpolation Evaluator.

This evaluator interpolates nodal DOF values to quad points.

Definition at line 24 of file PHAL_CahnHillWResid.hpp.


Member Typedef Documentation

template<typename EvalT , typename Traits >
typedef EvalT::ScalarT PHAL::CahnHillWResid< EvalT, Traits >::ScalarT [private]

Definition at line 38 of file PHAL_CahnHillWResid.hpp.

template<typename EvalT , typename Traits >
typedef EvalT::MeshScalarT PHAL::CahnHillWResid< EvalT, Traits >::MeshScalarT [private]

Definition at line 39 of file PHAL_CahnHillWResid.hpp.


Constructor & Destructor Documentation

template<typename EvalT , typename Traits >
PHAL::CahnHillWResid< EvalT, Traits >::CahnHillWResid ( const Teuchos::ParameterList &  p  ) 

Definition at line 17 of file PHAL_CahnHillWResid_Def.hpp.


Member Function Documentation

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

Definition at line 60 of file PHAL_CahnHillWResid_Def.hpp.

template<typename EvalT , typename Traits >
void PHAL::CahnHillWResid< EvalT, Traits >::evaluateFields ( typename Traits::EvalData  d  ) 

Definition at line 75 of file PHAL_CahnHillWResid_Def.hpp.


Member Data Documentation

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

Definition at line 42 of file PHAL_CahnHillWResid.hpp.

template<typename EvalT , typename Traits >
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint> PHAL::CahnHillWResid< EvalT, Traits >::BF [private]

Definition at line 43 of file PHAL_CahnHillWResid.hpp.

template<typename EvalT , typename Traits >
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::CahnHillWResid< EvalT, Traits >::rhoDot [private]

Definition at line 44 of file PHAL_CahnHillWResid.hpp.

template<typename EvalT , typename Traits >
PHX::MDField<ScalarT,Cell,Node> PHAL::CahnHillWResid< EvalT, Traits >::rhoDotNode [private]

Definition at line 45 of file PHAL_CahnHillWResid.hpp.

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

Definition at line 46 of file PHAL_CahnHillWResid.hpp.

template<typename EvalT , typename Traits >
PHX::MDField<ScalarT,Cell,QuadPoint,Dim> PHAL::CahnHillWResid< EvalT, Traits >::wGrad [private]

Definition at line 47 of file PHAL_CahnHillWResid.hpp.

template<typename EvalT , typename Traits >
PHX::MDField<ScalarT,Cell,Node> PHAL::CahnHillWResid< EvalT, Traits >::wResidual [private]

Definition at line 50 of file PHAL_CahnHillWResid.hpp.

template<typename EvalT , typename Traits >
unsigned int PHAL::CahnHillWResid< EvalT, Traits >::numQPs [private]

Definition at line 52 of file PHAL_CahnHillWResid.hpp.

template<typename EvalT , typename Traits >
unsigned int PHAL::CahnHillWResid< EvalT, Traits >::numDims [private]

Definition at line 52 of file PHAL_CahnHillWResid.hpp.

template<typename EvalT , typename Traits >
unsigned int PHAL::CahnHillWResid< EvalT, Traits >::numNodes [private]

Definition at line 52 of file PHAL_CahnHillWResid.hpp.

template<typename EvalT , typename Traits >
unsigned int PHAL::CahnHillWResid< EvalT, Traits >::worksetSize [private]

Definition at line 52 of file PHAL_CahnHillWResid.hpp.

template<typename EvalT , typename Traits >
bool PHAL::CahnHillWResid< EvalT, Traits >::lump [private]

Definition at line 55 of file PHAL_CahnHillWResid.hpp.


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