Public Types | Public Member Functions | Private Types | Private Attributes

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

Finite Element Interpolation Evaluator. More...

#include <PHAL_CahnHillRhoResid.hpp>

List of all members.

Public Types

typedef EvalT::ScalarT ScalarT

Public Member Functions

 CahnHillRhoResid (const Teuchos::ParameterList &p)
void postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm)
void evaluateFields (typename Traits::EvalData d)
ScalarTgetValue (const std::string &n)

Private Types

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
rhoGrad
PHX::MDField< ScalarT, Cell,
QuadPoint
chemTerm
PHX::MDField< ScalarT, Cell,
QuadPoint
noiseTerm
PHX::MDField< ScalarT, Cell, NoderhoResidual
Intrepid::FieldContainer< ScalarTgamma_term
unsigned int numQPs
unsigned int numDims
unsigned int numNodes
unsigned int worksetSize
ScalarT gamma
bool haveNoise

Detailed Description

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

Finite Element Interpolation Evaluator.

This evaluator interpolates nodal DOF values to quad points.

Definition at line 24 of file PHAL_CahnHillRhoResid.hpp.


Member Typedef Documentation

template<typename EvalT, typename Traits>
typedef EvalT::ScalarT PHAL::CahnHillRhoResid< EvalT, Traits >::ScalarT

Definition at line 29 of file PHAL_CahnHillRhoResid.hpp.

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

Definition at line 42 of file PHAL_CahnHillRhoResid.hpp.


Constructor & Destructor Documentation

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

Definition at line 17 of file PHAL_CahnHillRhoResid_Def.hpp.


Member Function Documentation

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

Definition at line 64 of file PHAL_CahnHillRhoResid_Def.hpp.

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

Definition at line 80 of file PHAL_CahnHillRhoResid_Def.hpp.

template<typename EvalT , typename Traits >
CahnHillRhoResid< EvalT, Traits >::ScalarT & PHAL::CahnHillRhoResid< EvalT, Traits >::getValue ( const std::string &  n  ) 

Definition at line 106 of file PHAL_CahnHillRhoResid_Def.hpp.


Member Data Documentation

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

Definition at line 45 of file PHAL_CahnHillRhoResid.hpp.

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

Definition at line 46 of file PHAL_CahnHillRhoResid.hpp.

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

Definition at line 47 of file PHAL_CahnHillRhoResid.hpp.

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

Definition at line 48 of file PHAL_CahnHillRhoResid.hpp.

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

Definition at line 49 of file PHAL_CahnHillRhoResid.hpp.

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

Definition at line 53 of file PHAL_CahnHillRhoResid.hpp.

template<typename EvalT, typename Traits>
Intrepid::FieldContainer<ScalarT> PHAL::CahnHillRhoResid< EvalT, Traits >::gamma_term [private]

Definition at line 55 of file PHAL_CahnHillRhoResid.hpp.

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

Definition at line 57 of file PHAL_CahnHillRhoResid.hpp.

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

Definition at line 57 of file PHAL_CahnHillRhoResid.hpp.

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

Definition at line 57 of file PHAL_CahnHillRhoResid.hpp.

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

Definition at line 57 of file PHAL_CahnHillRhoResid.hpp.

template<typename EvalT, typename Traits>
ScalarT PHAL::CahnHillRhoResid< EvalT, Traits >::gamma [private]

Definition at line 59 of file PHAL_CahnHillRhoResid.hpp.

template<typename EvalT, typename Traits>
bool PHAL::CahnHillRhoResid< EvalT, Traits >::haveNoise [private]

Definition at line 62 of file PHAL_CahnHillRhoResid.hpp.


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