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

Interpolates DOF coefficients on one basis to points on another basis. This is used with nodal bases to map DOF coefficient values from one nodal basis to dof coefficients on another basis. More...

#include <Panzer_DOF_BasisToBasis_decl.hpp>

Inheritance diagram for panzer::DOF_BasisToBasis< EvalT, TRAITST >:
Inheritance graph
[legend]

Public Member Functions

 DOF_BasisToBasis (const std::string &fieldName, const PureBasis &sourceBasis, const PureBasis &targetBasis)
 Ctor. More...
 
void postRegistrationSetup (typename TRAITST::SetupData d, PHX::FieldManager< TRAITST > &vm)
 
void evaluateFields (typename TRAITST::EvalData workset)
 
- Public Member Functions inherited from panzer::EvaluatorWithBaseImpl< TRAITST >
void setDetailsIndex (const int di)
 An evaluator builder sets the details index. More...
 

Private Types

typedef EvalT::ScalarT ScalarT
 

Private Attributes

PHX::MDField< ScalarTdof_source_coeff
 Dependent field: DOF coefficient values at source basis. More...
 
PHX::MDField< ScalarTdof_target_coeff
 Vealuated field: DOF coefficient values at target basis. More...
 
Kokkos::DynRankView< double, PHX::Device > basis
 Reference cell basis values at target points, replicated for each cell in workset. More...
 

Additional Inherited Members

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

Detailed Description

template<typename EvalT, typename TRAITST>
class panzer::DOF_BasisToBasis< EvalT, TRAITST >

Interpolates DOF coefficients on one basis to points on another basis. This is used with nodal bases to map DOF coefficient values from one nodal basis to dof coefficients on another basis.

Definition at line 65 of file Panzer_DOF_BasisToBasis_decl.hpp.

Member Typedef Documentation

◆ ScalarT

template<typename EvalT , typename TRAITST >
typedef EvalT::ScalarT panzer::DOF_BasisToBasis< EvalT, TRAITST >::ScalarT
private

Definition at line 86 of file Panzer_DOF_BasisToBasis_decl.hpp.

Constructor & Destructor Documentation

◆ DOF_BasisToBasis()

template<typename EvalT , typename TRAITST >
panzer::DOF_BasisToBasis< EvalT, TRAITST >::DOF_BasisToBasis ( const std::string &  fieldName,
const PureBasis sourceBasis,
const PureBasis targetBasis 
)

Ctor.

Parameters
[in]fieldNameName of the field in the field manager (used for both source and target fields
[in]sourceBasisBasis that the source DOF coefficients are defined on
[in]targetBasisBasis that provides the target coordinate points for the field to be interpolated to

Definition at line 58 of file Panzer_DOF_BasisToBasis_impl.hpp.

Member Function Documentation

◆ postRegistrationSetup()

template<typename EvalT , typename TRAITST >
void panzer::DOF_BasisToBasis< EvalT, TRAITST >::postRegistrationSetup ( typename TRAITST::SetupData  d,
PHX::FieldManager< TRAITST > &  vm 
)

Definition at line 105 of file Panzer_DOF_BasisToBasis_impl.hpp.

◆ evaluateFields()

template<typename EvalT , typename TRAITST >
void panzer::DOF_BasisToBasis< EvalT, TRAITST >::evaluateFields ( typename TRAITST::EvalData  workset)

Definition at line 114 of file Panzer_DOF_BasisToBasis_impl.hpp.

Member Data Documentation

◆ dof_source_coeff

template<typename EvalT , typename TRAITST >
PHX::MDField<ScalarT> panzer::DOF_BasisToBasis< EvalT, TRAITST >::dof_source_coeff
private

Dependent field: DOF coefficient values at source basis.

Definition at line 89 of file Panzer_DOF_BasisToBasis_decl.hpp.

◆ dof_target_coeff

template<typename EvalT , typename TRAITST >
PHX::MDField<ScalarT> panzer::DOF_BasisToBasis< EvalT, TRAITST >::dof_target_coeff
private

Vealuated field: DOF coefficient values at target basis.

Definition at line 92 of file Panzer_DOF_BasisToBasis_decl.hpp.

◆ basis

template<typename EvalT , typename TRAITST >
Kokkos::DynRankView<double,PHX::Device> panzer::DOF_BasisToBasis< EvalT, TRAITST >::basis
private

Reference cell basis values at target points, replicated for each cell in workset.

Definition at line 95 of file Panzer_DOF_BasisToBasis_decl.hpp.


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