Panzer Version of the Day
Loading...
Searching...
No Matches
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.hpp>

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

Public Member Functions

 DOF (const Teuchos::ParameterList &p)
 
 DOF (const PHX::FieldTag &input, const PHX::FieldTag &output, const panzer::BasisDescriptor &bd, const panzer::IntegrationDescriptor &id)
 Ctor.
 
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.
 
- Public Member Functions inherited from panzer::DomainEvaluator
 DomainEvaluator (DomainType domain=ALL)
 Constructor.
 
virtual ~DomainEvaluator ()=default
 Default destructor.
 
void setDomain (const DomainType domain)
 Set the domain for the evaluator.
 
DomainType getDomain ()
 Get the domain for the evaluator.
 
virtual int cellStartIndex (const panzer::Workset &workset) const
 Returns the starting cell for the specified domain for a given workset.
 
virtual int cellEndIndex (const panzer::Workset &workset) const
 Returns the non-inclusive end cell for the specified domain for a given workset.
 

Private Types

typedef EvalT::ScalarT ScalarT
 

Private Attributes

bool use_descriptors_
 
panzer::BasisDescriptor bd_
 
panzer::IntegrationDescriptor id_
 
PHX::MDField< const ScalarT, Cell, Pointdof_basis
 
PHX::MDField< ScalarT, Cell, Pointdof_ip_scalar
 
PHX::MDField< ScalarT, Cell, Point, Dimdof_ip_vector
 
std::string basis_name
 
std::size_t basis_index
 
bool is_vector_basis
 

Additional Inherited Members

- Public Types inherited from panzer::DomainEvaluator
enum  DomainType : int {
  OWNED =0 , GHOST =1 , REAL =2 , VIRTUAL =3 ,
  EXTERNAL =4 , ALL =5
}
 Domain types supported by worksets. More...
 
- 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 56 of file Panzer_DOF.hpp.

Member Typedef Documentation

◆ ScalarT

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

Definition at line 81 of file Panzer_DOF.hpp.

Constructor & Destructor Documentation

◆ DOF() [1/2]

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

Definition at line 68 of file Panzer_DOF_impl.hpp.

◆ DOF() [2/2]

template<typename TRAITS >
panzer::DOF< TRAITS >::DOF ( const PHX::FieldTag & input,
const PHX::FieldTag & output,
const panzer::BasisDescriptor & bd,
const panzer::IntegrationDescriptor & id )

Ctor.

Parameters
[in]inputTag that corresponds to the input DOF field (sized according to bd)
[in]outputTag that corresponds to the output field (sized according the id and if bd corresponds to a vector basis)
[in]bdBasis being used
[in]idIntegration rule used

Definition at line 103 of file Panzer_DOF_impl.hpp.

Member Function Documentation

◆ postRegistrationSetup()

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

Definition at line 136 of file Panzer_DOF_impl.hpp.

◆ evaluateFields()

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

Definition at line 153 of file Panzer_DOF_impl.hpp.

Member Data Documentation

◆ use_descriptors_

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

Definition at line 83 of file Panzer_DOF.hpp.

◆ bd_

template<typename EvalT , typename TRAITS >
panzer::BasisDescriptor panzer::DOF< EvalT, TRAITS >::bd_
private

Definition at line 84 of file Panzer_DOF.hpp.

◆ id_

template<typename EvalT , typename TRAITS >
panzer::IntegrationDescriptor panzer::DOF< EvalT, TRAITS >::id_
private

Definition at line 85 of file Panzer_DOF.hpp.

◆ dof_basis

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

Definition at line 87 of file Panzer_DOF.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 89 of file Panzer_DOF.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 90 of file Panzer_DOF.hpp.

◆ basis_name

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

Definition at line 92 of file Panzer_DOF.hpp.

◆ basis_index

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

Definition at line 93 of file Panzer_DOF.hpp.

◆ is_vector_basis

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

Definition at line 95 of file Panzer_DOF.hpp.


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