DFT-EFE
 
Loading...
Searching...
No Matches
dftefe::basis::DealiiFEEvaluationWrapper< numberOfComponents > Class Template Reference

#include <DealiiFEEvaluationWrapper.h>

Public Member Functions

 DealiiFEEvaluationWrapper (unsigned int fe_degree, unsigned int num_1d_quad, const dealii::MatrixFree< 3, double > &matrixFreeData, const unsigned int matrixFreeVectorComponent, const unsigned int matrixFreeQuadratureComponent)
 constructor call for DealiiFEEvaluationWrapper More...
 
 ~DealiiFEEvaluationWrapper ()
 
FEEvaluationWrapperBasegetFEEvaluationWrapperBase () const
 

Private Attributes

unsigned int d_feDegree
 
unsigned int d_num1dQuad
 
unsigned int d_matrixFreeVectorComponent
 
unsigned int d_matrixFreeQuadratureComponent
 
std::unique_ptr< FEEvaluationWrapperBased_feEvaluationBase
 
const dealii::MatrixFree< 3, double > * d_matrix_free_data
 

Constructor & Destructor Documentation

◆ DealiiFEEvaluationWrapper()

template<unsigned int numberOfComponents>
dftefe::basis::DealiiFEEvaluationWrapper< numberOfComponents >::DealiiFEEvaluationWrapper ( unsigned int  fe_degree,
unsigned int  num_1d_quad,
const dealii::MatrixFree< 3, double > &  matrixFreeData,
const unsigned int  matrixFreeVectorComponent,
const unsigned int  matrixFreeQuadratureComponent 
)

constructor call for DealiiFEEvaluationWrapper

Parameters
[in]fe_degreeinterpolating polynomial degree
[in]num_1d_quadnumber of quad points in 1 direction
[in]matrixFreeDataMatrixFree object.
[in]matrixFreeVectorComponentused for getting data from the MatrixFree object.
[in]matrixFreeQuadratureComponentquadrature ID that index the quadrature location in the MatrixFree object.

◆ ~DealiiFEEvaluationWrapper()

template<unsigned int numberOfComponents>
dftefe::basis::DealiiFEEvaluationWrapper< numberOfComponents >::~DealiiFEEvaluationWrapper

Member Function Documentation

◆ getFEEvaluationWrapperBase()

template<unsigned int numberOfComponents>
FEEvaluationWrapperBase & dftefe::basis::DealiiFEEvaluationWrapper< numberOfComponents >::getFEEvaluationWrapperBase
Here is the caller graph for this function:

Member Data Documentation

◆ d_feDegree

template<unsigned int numberOfComponents>
unsigned int dftefe::basis::DealiiFEEvaluationWrapper< numberOfComponents >::d_feDegree
private

◆ d_feEvaluationBase

template<unsigned int numberOfComponents>
std::unique_ptr<FEEvaluationWrapperBase> dftefe::basis::DealiiFEEvaluationWrapper< numberOfComponents >::d_feEvaluationBase
private

◆ d_matrix_free_data

template<unsigned int numberOfComponents>
const dealii::MatrixFree<3, double>* dftefe::basis::DealiiFEEvaluationWrapper< numberOfComponents >::d_matrix_free_data
private

◆ d_matrixFreeQuadratureComponent

template<unsigned int numberOfComponents>
unsigned int dftefe::basis::DealiiFEEvaluationWrapper< numberOfComponents >::d_matrixFreeQuadratureComponent
private

◆ d_matrixFreeVectorComponent

template<unsigned int numberOfComponents>
unsigned int dftefe::basis::DealiiFEEvaluationWrapper< numberOfComponents >::d_matrixFreeVectorComponent
private

◆ d_num1dQuad

template<unsigned int numberOfComponents>
unsigned int dftefe::basis::DealiiFEEvaluationWrapper< numberOfComponents >::d_num1dQuad
private

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