Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Static Public Member Functions | Static Private Member Functions | List of all members
internal::FEEvaluationImpl< MatrixFreeFunctions::tensor_raviart_thomas, dim, fe_degree, n_q_points_1d, Number > Struct Template Reference

#include <deal.II/matrix_free/evaluation_kernels.h>

Static Public Member Functions

template<bool integrate>
static void evaluate_or_integrate (const EvaluationFlags::EvaluationFlags evaluation_flag, Number *values_dofs_actual, FEEvaluationData< dim, Number, false > &fe_eval, const bool add_into_values_array=false)
 

Static Private Member Functions

template<typename EvalType , typename Number2 >
static EvalType create_evaluator_tensor_product (const MatrixFreeFunctions::UnivariateShapeData< Number2 > &shape_data)
 
template<int normal_dir>
static void evaluate_tensor_product_per_component (const EvaluationFlags::EvaluationFlags evaluation_flag, Number *values_dofs_actual, FEEvaluationData< dim, Number, false > &fe_eval, const bool add_into_values_array, std::integral_constant< bool, false >)
 
template<int normal_dir>
static void evaluate_tensor_product_per_component (const EvaluationFlags::EvaluationFlags evaluation_flag, Number *values_dofs_actual, FEEvaluationData< dim, Number, false > &fe_eval, const bool add_into_values_array, std::integral_constant< bool, true >)
 

Detailed Description

template<int dim, int fe_degree, int n_q_points_1d, typename Number>
struct internal::FEEvaluationImpl< MatrixFreeFunctions::tensor_raviart_thomas, dim, fe_degree, n_q_points_1d, Number >

Specialization for MatrixFreeFunctions::tensor_raviart_thomas, which use specific sum-factorization kernels and with normal/tangential shape_data

Definition at line 196 of file evaluation_kernels.h.

Member Function Documentation

◆ evaluate_or_integrate()

template<int dim, int fe_degree, int n_q_points_1d, typename Number >
template<bool integrate>
void internal::FEEvaluationImpl< MatrixFreeFunctions::tensor_raviart_thomas, dim, fe_degree, n_q_points_1d, Number >::evaluate_or_integrate ( const EvaluationFlags::EvaluationFlags  evaluation_flag,
Number *  values_dofs_actual,
FEEvaluationData< dim, Number, false > &  fe_eval,
const bool  add_into_values_array = false 
)
inlinestatic

Definition at line 987 of file evaluation_kernels.h.

◆ create_evaluator_tensor_product()

template<int dim, int fe_degree, int n_q_points_1d, typename Number >
template<typename EvalType , typename Number2 >
static EvalType internal::FEEvaluationImpl< MatrixFreeFunctions::tensor_raviart_thomas, dim, fe_degree, n_q_points_1d, Number >::create_evaluator_tensor_product ( const MatrixFreeFunctions::UnivariateShapeData< Number2 > &  shape_data)
inlinestaticprivate

Definition at line 213 of file evaluation_kernels.h.

◆ evaluate_tensor_product_per_component() [1/2]

template<int dim, int fe_degree, int n_q_points_1d, typename Number >
template<int normal_dir>
void internal::FEEvaluationImpl< MatrixFreeFunctions::tensor_raviart_thomas, dim, fe_degree, n_q_points_1d, Number >::evaluate_tensor_product_per_component ( const EvaluationFlags::EvaluationFlags  evaluation_flag,
Number *  values_dofs_actual,
FEEvaluationData< dim, Number, false > &  fe_eval,
const bool  add_into_values_array,
std::integral_constant< bool, false >   
)
inlinestaticprivate

Definition at line 1034 of file evaluation_kernels.h.

◆ evaluate_tensor_product_per_component() [2/2]

template<int dim, int fe_degree, int n_q_points_1d, typename Number >
template<int normal_dir>
void internal::FEEvaluationImpl< MatrixFreeFunctions::tensor_raviart_thomas, dim, fe_degree, n_q_points_1d, Number >::evaluate_tensor_product_per_component ( const EvaluationFlags::EvaluationFlags  evaluation_flag,
Number *  values_dofs_actual,
FEEvaluationData< dim, Number, false > &  fe_eval,
const bool  add_into_values_array,
std::integral_constant< bool, true >   
)
inlinestaticprivate

Definition at line 1232 of file evaluation_kernels.h.


The documentation for this struct was generated from the following file: