deal.II version GIT relicensing-2165-gc91f007519 2024-11-20 01:40:00+00:00
|
#include <deal.II/matrix_free/evaluation_kernels_face.h>
Public Types | |
using | Number2 = typename FEEvaluationData< dim, Number, true >::shape_info_number_type |
Static Public Member Functions | |
template<bool do_evaluate, bool add_into_output> | |
static void | interpolate (const unsigned int n_components, const EvaluationFlags::EvaluationFlags flags, const MatrixFreeFunctions::ShapeInfo< Number2 > &shape_info, const Number *input, Number *output, const unsigned int face_no) |
template<bool do_evaluate, bool add_into_output> | |
static void | interpolate_quadrature (const unsigned int n_components, const EvaluationFlags::EvaluationFlags flags, const MatrixFreeFunctions::ShapeInfo< Number2 > &shape_info, const Number *input, Number *output, const unsigned int face_no) |
Static Private Member Functions | |
template<bool do_evaluate, bool add_into_output, int face_direction = 0> | |
static void | interpolate_generic (const unsigned int n_components, const Number *input, Number *output, const EvaluationFlags::EvaluationFlags flag, const unsigned int face_no, const unsigned int n_points_1d, const std::array< AlignedVector< Number2 >, 2 > &shape_data, const unsigned int dofs_per_component_on_cell, const unsigned int dofs_per_component_on_face) |
template<bool do_evaluate, bool add_into_output, int face_direction = 0, int max_derivative = 0> | |
static void | interpolate_raviart_thomas (const unsigned int n_components, const Number *input, Number *output, const EvaluationFlags::EvaluationFlags flag, const unsigned int face_no, const MatrixFreeFunctions::ShapeInfo< Number2 > &shape_info) |
Definition at line 855 of file evaluation_kernels_face.h.
using internal::FEFaceNormalEvaluationImpl< dim, fe_degree, Number >::Number2 = typename FEEvaluationData<dim, Number, true>::shape_info_number_type |
Definition at line 857 of file evaluation_kernels_face.h.
|
inlinestatic |
Definition at line 862 of file evaluation_kernels_face.h.
|
inlinestatic |
Interpolate the values on the cell quadrature points onto a face.
Definition at line 894 of file evaluation_kernels_face.h.
|
inlinestaticprivate |
Definition at line 922 of file evaluation_kernels_face.h.
|
inlinestaticprivate |
Definition at line 1023 of file evaluation_kernels_face.h.