Panzer Version of the Day
Loading...
Searching...
No Matches
panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS > Class Template Reference

#include <Panzer_DOFCurl.hpp>

Inheritance diagram for panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >:

Public Member Functions

 DOFCurl (const Teuchos::ParameterList &p)
 
 DOFCurl (const PHX::FieldTag &input, const PHX::FieldTag &output, const panzer::BasisDescriptor &bd, const panzer::IntegrationDescriptor &id, int basis_dim)
 
void postRegistrationSetup (typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &fm)
 
void evaluateFields (typename TRAITS::EvalData d)
 
 DOFCurl (const Teuchos::ParameterList &p)
 
 DOFCurl (const PHX::FieldTag &input, const PHX::FieldTag &output, const panzer::BasisDescriptor &bd, const panzer::IntegrationDescriptor &id, int basis_dim)
 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 panzer::Traits::Jacobian::ScalarT ScalarT
 
typedef typename TRAITS::Jacobian::ScalarT ScalarT
 

Private Attributes

bool use_descriptors_
 
panzer::BasisDescriptor bd_
 
panzer::IntegrationDescriptor id_
 
PHX::MDField< const ScalarT, Cell, Pointdof_value
 
PHX::MDField< ScalarT, Cell, Pointdof_curl_scalar
 
PHX::MDField< ScalarT, Cell, Point, Dimdof_curl_vector
 
PHX::View< const int * > offsets_array
 
std::vector< int > offsets
 
std::string basis_name
 
std::size_t basis_index
 
int basis_dimension
 
bool accelerate_jacobian
 
bool use_descriptors_
 
panzer::BasisDescriptor bd_
 
panzer::IntegrationDescriptor id_
 
PHX::MDField< const ScalarT, Cell, Pointdof_value
 
PHX::MDField< ScalarT, Cell, Pointdof_curl_scalar
 
PHX::MDField< ScalarT, Cell, Point, Dimdof_curl_vector
 
std::string basis_name
 
std::size_t basis_index
 
int basis_dimension
 

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 TRAITS>
class panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >

Definition at line 99 of file Panzer_DOFCurl.hpp.

Member Typedef Documentation

◆ ScalarT [1/2]

template<typename TRAITS>
typedef panzer::Traits::Jacobian::ScalarT panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::ScalarT
private

Definition at line 119 of file Panzer_DOFCurl.hpp.

◆ ScalarT [2/2]

typedef typename TRAITS::Jacobian::ScalarT panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::ScalarT
private

Definition at line 81 of file Panzer_DOFCurl.hpp.

Constructor & Destructor Documentation

◆ DOFCurl() [1/4]

template<typename TRAITS>
panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::DOFCurl ( const Teuchos::ParameterList & p)

◆ DOFCurl() [2/4]

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

◆ DOFCurl() [3/4]

panzer::DOFCurl< TRAITS >::DOFCurl ( const Teuchos::ParameterList & p)

Definition at line 58 of file Panzer_DOFCurl_impl.hpp.

◆ DOFCurl() [4/4]

panzer::DOFCurl< TRAITS >::DOFCurl ( const PHX::FieldTag & input,
const PHX::FieldTag & output,
const panzer::BasisDescriptor & bd,
const panzer::IntegrationDescriptor & id,
int basis_dim )

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 to bd and the basis_dim)
[in]bdBasis being differentiated
[in]idIntegration rule used
[in]basis_dimSpatial dimension, used to choose the rank of the output field

Definition at line 68 of file Panzer_DOFCurl_impl.hpp.

Member Function Documentation

◆ postRegistrationSetup() [1/2]

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

◆ evaluateFields() [1/2]

template<typename TRAITS>
void panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::evaluateFields ( typename TRAITS::EvalData d)

◆ postRegistrationSetup() [2/2]

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

Definition at line 74 of file Panzer_DOFCurl_impl.hpp.

◆ evaluateFields() [2/2]

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

Definition at line 77 of file Panzer_DOFCurl_impl.hpp.

Member Data Documentation

◆ use_descriptors_ [1/2]

template<typename TRAITS>
bool panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::use_descriptors_
private

Definition at line 121 of file Panzer_DOFCurl.hpp.

◆ bd_ [1/2]

template<typename TRAITS>
panzer::BasisDescriptor panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::bd_
private

Definition at line 122 of file Panzer_DOFCurl.hpp.

◆ id_ [1/2]

template<typename TRAITS>
panzer::IntegrationDescriptor panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::id_
private

Definition at line 123 of file Panzer_DOFCurl.hpp.

◆ dof_value [1/2]

template<typename TRAITS>
PHX::MDField<const ScalarT,Cell,Point> panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::dof_value
private

Definition at line 125 of file Panzer_DOFCurl.hpp.

◆ dof_curl_scalar [1/2]

template<typename TRAITS>
PHX::MDField<ScalarT,Cell,Point> panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::dof_curl_scalar
private

Definition at line 127 of file Panzer_DOFCurl.hpp.

◆ dof_curl_vector [1/2]

template<typename TRAITS>
PHX::MDField<ScalarT,Cell,Point,Dim> panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::dof_curl_vector
private

Definition at line 128 of file Panzer_DOFCurl.hpp.

◆ offsets_array

template<typename TRAITS>
PHX::View<const int*> panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::offsets_array
private

Definition at line 130 of file Panzer_DOFCurl.hpp.

◆ offsets

template<typename TRAITS>
std::vector<int> panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::offsets
private

Definition at line 131 of file Panzer_DOFCurl.hpp.

◆ basis_name [1/2]

template<typename TRAITS>
std::string panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::basis_name
private

Definition at line 133 of file Panzer_DOFCurl.hpp.

◆ basis_index [1/2]

template<typename TRAITS>
std::size_t panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::basis_index
private

Definition at line 134 of file Panzer_DOFCurl.hpp.

◆ basis_dimension [1/2]

template<typename TRAITS>
int panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::basis_dimension
private

Definition at line 135 of file Panzer_DOFCurl.hpp.

◆ accelerate_jacobian

template<typename TRAITS>
bool panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::accelerate_jacobian
private

Definition at line 137 of file Panzer_DOFCurl.hpp.

◆ use_descriptors_ [2/2]

bool panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::use_descriptors_
private

Definition at line 83 of file Panzer_DOFCurl.hpp.

◆ bd_ [2/2]

panzer::BasisDescriptor panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::bd_
private

Definition at line 84 of file Panzer_DOFCurl.hpp.

◆ id_ [2/2]

panzer::IntegrationDescriptor panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::id_
private

Definition at line 85 of file Panzer_DOFCurl.hpp.

◆ dof_value [2/2]

PHX::MDField<const ScalarT,Cell,Point> panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::dof_value
private

Definition at line 87 of file Panzer_DOFCurl.hpp.

◆ dof_curl_scalar [2/2]

PHX::MDField<ScalarT,Cell,Point> panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::dof_curl_scalar
private

Definition at line 89 of file Panzer_DOFCurl.hpp.

◆ dof_curl_vector [2/2]

PHX::MDField<ScalarT,Cell,Point,Dim> panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::dof_curl_vector
private

Definition at line 90 of file Panzer_DOFCurl.hpp.

◆ basis_name [2/2]

std::string panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::basis_name
private

Definition at line 92 of file Panzer_DOFCurl.hpp.

◆ basis_index [2/2]

std::size_t panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::basis_index
private

Definition at line 93 of file Panzer_DOFCurl.hpp.

◆ basis_dimension [2/2]

int panzer::DOFCurl< typename TRAITS::Jacobian, TRAITS >::basis_dimension
private

Definition at line 94 of file Panzer_DOFCurl.hpp.


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