Reference documentation for deal.II version 9.3.3
\(\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\}}\)
Static Public Member Functions | List of all members
internal::FEFaceEvaluationFactory< dim, Number, VectorizedArrayType > Struct Template Reference

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

Static Public Member Functions

static void evaluate (const unsigned int n_components, const MatrixFreeFunctions::ShapeInfo< VectorizedArrayType > &data, const VectorizedArrayType *values_array, VectorizedArrayType *values_quad, VectorizedArrayType *gradients_quad, VectorizedArrayType *scratch_data, const bool evaluate_values, const bool evaluate_gradients, const unsigned int face_no, const unsigned int subface_index, const unsigned int face_orientation, const Table< 2, unsigned int > &orientation_map)
 
static void integrate (const unsigned int n_components, const MatrixFreeFunctions::ShapeInfo< VectorizedArrayType > &data, VectorizedArrayType *values_array, VectorizedArrayType *values_quad, VectorizedArrayType *gradients_quad, VectorizedArrayType *scratch_data, const bool integrate_values, const bool integrate_gradients, const unsigned int face_no, const unsigned int subface_index, const unsigned int face_orientation, const Table< 2, unsigned int > &orientation_map)
 
static bool gather_evaluate (const unsigned int n_components, const std::size_t n_face_orientations, const Number *src_ptr, const std::vector< ArrayView< const Number > > *sm_ptr, const MatrixFreeFunctions::ShapeInfo< VectorizedArrayType > &data, const MatrixFreeFunctions::DoFInfo &dof_info, VectorizedArrayType *values_quad, VectorizedArrayType *gradients_quad, VectorizedArrayType *scratch_data, const bool evaluate_values, const bool evaluate_gradients, const unsigned int active_fe_index, const unsigned int first_selected_component, const std::array< unsigned int, VectorizedArrayType::size()> cells, const std::array< unsigned int, VectorizedArrayType::size()> face_nos, const unsigned int subface_index, const MatrixFreeFunctions::DoFInfo::DoFAccessIndex dof_access_index, const std::array< unsigned int, VectorizedArrayType::size()> face_orientations, const Table< 2, unsigned int > &orientation_map)
 
static bool integrate_scatter (const unsigned int n_components, const std::size_t n_face_orientations, Number *dst_ptr, const std::vector< ArrayView< const Number > > *sm_ptr, const MatrixFreeFunctions::ShapeInfo< VectorizedArrayType > &data, const MatrixFreeFunctions::DoFInfo &dof_info, VectorizedArrayType *values_array, VectorizedArrayType *values_quad, VectorizedArrayType *gradients_quad, VectorizedArrayType *scratch_data, const bool integrate_values, const bool integrate_gradients, const unsigned int active_fe_index, const unsigned int first_selected_component, const std::array< unsigned int, VectorizedArrayType::size()> cells, const std::array< unsigned int, VectorizedArrayType::size()> face_nos, const unsigned int subface_index, const MatrixFreeFunctions::DoFInfo::DoFAccessIndex dof_access_index, const std::array< unsigned int, VectorizedArrayType::size()> face_orientations, const Table< 2, unsigned int > &orientation_map)
 
static bool fast_evaluation_supported (const unsigned int given_degree, const unsigned int n_q_points_1d)
 

Detailed Description

template<int dim, typename Number, typename VectorizedArrayType = VectorizedArray<Number>>
struct internal::FEFaceEvaluationFactory< dim, Number, VectorizedArrayType >

Definition at line 74 of file evaluation_template_factory.h.

Member Function Documentation

◆ evaluate()

template<int dim, typename Number , typename VectorizedArrayType = VectorizedArray<Number>>
static void internal::FEFaceEvaluationFactory< dim, Number, VectorizedArrayType >::evaluate ( const unsigned int  n_components,
const MatrixFreeFunctions::ShapeInfo< VectorizedArrayType > &  data,
const VectorizedArrayType *  values_array,
VectorizedArrayType *  values_quad,
VectorizedArrayType *  gradients_quad,
VectorizedArrayType *  scratch_data,
const bool  evaluate_values,
const bool  evaluate_gradients,
const unsigned int  face_no,
const unsigned int  subface_index,
const unsigned int  face_orientation,
const Table< 2, unsigned int > &  orientation_map 
)
static

◆ integrate()

template<int dim, typename Number , typename VectorizedArrayType = VectorizedArray<Number>>
static void internal::FEFaceEvaluationFactory< dim, Number, VectorizedArrayType >::integrate ( const unsigned int  n_components,
const MatrixFreeFunctions::ShapeInfo< VectorizedArrayType > &  data,
VectorizedArrayType *  values_array,
VectorizedArrayType *  values_quad,
VectorizedArrayType *  gradients_quad,
VectorizedArrayType *  scratch_data,
const bool  integrate_values,
const bool  integrate_gradients,
const unsigned int  face_no,
const unsigned int  subface_index,
const unsigned int  face_orientation,
const Table< 2, unsigned int > &  orientation_map 
)
static

◆ gather_evaluate()

template<int dim, typename Number , typename VectorizedArrayType = VectorizedArray<Number>>
static bool internal::FEFaceEvaluationFactory< dim, Number, VectorizedArrayType >::gather_evaluate ( const unsigned int  n_components,
const std::size_t  n_face_orientations,
const Number *  src_ptr,
const std::vector< ArrayView< const Number > > *  sm_ptr,
const MatrixFreeFunctions::ShapeInfo< VectorizedArrayType > &  data,
const MatrixFreeFunctions::DoFInfo dof_info,
VectorizedArrayType *  values_quad,
VectorizedArrayType *  gradients_quad,
VectorizedArrayType *  scratch_data,
const bool  evaluate_values,
const bool  evaluate_gradients,
const unsigned int  active_fe_index,
const unsigned int  first_selected_component,
const std::array< unsigned int, VectorizedArrayType::size()>  cells,
const std::array< unsigned int, VectorizedArrayType::size()>  face_nos,
const unsigned int  subface_index,
const MatrixFreeFunctions::DoFInfo::DoFAccessIndex  dof_access_index,
const std::array< unsigned int, VectorizedArrayType::size()>  face_orientations,
const Table< 2, unsigned int > &  orientation_map 
)
static

◆ integrate_scatter()

template<int dim, typename Number , typename VectorizedArrayType = VectorizedArray<Number>>
static bool internal::FEFaceEvaluationFactory< dim, Number, VectorizedArrayType >::integrate_scatter ( const unsigned int  n_components,
const std::size_t  n_face_orientations,
Number *  dst_ptr,
const std::vector< ArrayView< const Number > > *  sm_ptr,
const MatrixFreeFunctions::ShapeInfo< VectorizedArrayType > &  data,
const MatrixFreeFunctions::DoFInfo dof_info,
VectorizedArrayType *  values_array,
VectorizedArrayType *  values_quad,
VectorizedArrayType *  gradients_quad,
VectorizedArrayType *  scratch_data,
const bool  integrate_values,
const bool  integrate_gradients,
const unsigned int  active_fe_index,
const unsigned int  first_selected_component,
const std::array< unsigned int, VectorizedArrayType::size()>  cells,
const std::array< unsigned int, VectorizedArrayType::size()>  face_nos,
const unsigned int  subface_index,
const MatrixFreeFunctions::DoFInfo::DoFAccessIndex  dof_access_index,
const std::array< unsigned int, VectorizedArrayType::size()>  face_orientations,
const Table< 2, unsigned int > &  orientation_map 
)
static

◆ fast_evaluation_supported()

template<int dim, typename Number , typename VectorizedArrayType = VectorizedArray<Number>>
static bool internal::FEFaceEvaluationFactory< dim, Number, VectorizedArrayType >::fast_evaluation_supported ( const unsigned int  given_degree,
const unsigned int  n_q_points_1d 
)
static

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