Panzer  Version of the Day
Public Member Functions | Private Types | Private Attributes | List of all members
panzer::DOF< EvalT, TRAITS > Class Template Reference

Interpolates basis DOF values to IP DOF values. More...

#include <Panzer_DOF_decl.hpp>

Inheritance diagram for panzer::DOF< EvalT, TRAITS >:
Inheritance graph
[legend]

Public Member Functions

 DOF (const Teuchos::ParameterList &p)
 
void postRegistrationSetup (typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &fm)
 
void evaluateFields (typename TRAITS::EvalData d)
 
- Public Member Functions inherited from panzer::EvaluatorWithBaseImpl< TRAITS >
void setDetailsIndex (const int di)
 An evaluator builder sets the details index. More...
 

Private Types

typedef EvalT::ScalarT ScalarT
 

Private Attributes

PHX::MDField< ScalarT, Cell, Point > dof_basis
 
PHX::MDField< ScalarT, Cell, Point > dof_ip_scalar
 
PHX::MDField< ScalarT, Cell, Point, Dim > dof_ip_vector
 
std::string basis_name
 
std::size_t basis_index
 
PHX::MDField< ScalarT, Cell, BASIS > dof_orientation
 
bool is_vector_basis
 

Additional Inherited Members

- Protected Attributes inherited from panzer::EvaluatorWithBaseImpl< TRAITS >
WorksetDetailsAccessor wda
 

Detailed Description

template<typename EvalT, typename TRAITS>
class panzer::DOF< EvalT, TRAITS >

Interpolates basis DOF values to IP DOF values.

Definition at line 60 of file Panzer_DOF_decl.hpp.

Member Typedef Documentation

◆ ScalarT

template<typename EvalT , typename TRAITS >
typedef EvalT::ScalarT panzer::DOF< EvalT, TRAITS >::ScalarT
private

Definition at line 73 of file Panzer_DOF_decl.hpp.

Constructor & Destructor Documentation

◆ DOF()

template<typename EvalT , typename TRAITS >
panzer::DOF< EvalT, TRAITS >::DOF ( const Teuchos::ParameterList &  p)

Definition at line 68 of file Panzer_DOF_impl.hpp.

Member Function Documentation

◆ postRegistrationSetup()

template<typename EvalT , typename TRAITS >
void panzer::DOF< EvalT, TRAITS >::postRegistrationSetup ( typename TRAITS::SetupData  d,
PHX::FieldManager< TRAITS > &  fm 
)

Definition at line 102 of file Panzer_DOF_impl.hpp.

◆ evaluateFields()

template<typename EvalT , typename TRAITS >
void panzer::DOF< EvalT, TRAITS >::evaluateFields ( typename TRAITS::EvalData  d)

Definition at line 117 of file Panzer_DOF_impl.hpp.

Member Data Documentation

◆ dof_basis

template<typename EvalT , typename TRAITS >
PHX::MDField<ScalarT,Cell,Point> panzer::DOF< EvalT, TRAITS >::dof_basis
private

Definition at line 75 of file Panzer_DOF_decl.hpp.

◆ dof_ip_scalar

template<typename EvalT , typename TRAITS >
PHX::MDField<ScalarT,Cell,Point> panzer::DOF< EvalT, TRAITS >::dof_ip_scalar
private

Definition at line 77 of file Panzer_DOF_decl.hpp.

◆ dof_ip_vector

template<typename EvalT , typename TRAITS >
PHX::MDField<ScalarT,Cell,Point,Dim> panzer::DOF< EvalT, TRAITS >::dof_ip_vector
private

Definition at line 78 of file Panzer_DOF_decl.hpp.

◆ basis_name

template<typename EvalT , typename TRAITS >
std::string panzer::DOF< EvalT, TRAITS >::basis_name
private

Definition at line 80 of file Panzer_DOF_decl.hpp.

◆ basis_index

template<typename EvalT , typename TRAITS >
std::size_t panzer::DOF< EvalT, TRAITS >::basis_index
private

Definition at line 81 of file Panzer_DOF_decl.hpp.

◆ dof_orientation

template<typename EvalT , typename TRAITS >
PHX::MDField<ScalarT,Cell,BASIS> panzer::DOF< EvalT, TRAITS >::dof_orientation
private

Definition at line 83 of file Panzer_DOF_decl.hpp.

◆ is_vector_basis

template<typename EvalT , typename TRAITS >
bool panzer::DOF< EvalT, TRAITS >::is_vector_basis
private

Definition at line 84 of file Panzer_DOF_decl.hpp.


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