Reference documentation for deal.II version 9.3.3
|
#include <deal.II/matrix_free/evaluation_kernels.h>
Static Public Member Functions | |
template<bool do_evaluate, bool add_into_output> | |
static void | interpolate (const unsigned int n_components, const MatrixFreeFunctions::ShapeInfo< Number > &data, const Number *input, Number *output, const bool do_gradients, const unsigned int face_no) |
template<bool do_evaluate, bool add_into_output> | |
static void | interpolate_quadrature (const unsigned int n_components, const MatrixFreeFunctions::ShapeInfo< Number > &data, const Number *input, Number *output, const bool do_gradients, 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 bool do_gradients, const unsigned int face_no, const unsigned int n_points_1d, const std::array< AlignedVector< Number >, 2 > &shape_data, const unsigned int dofs_per_component_on_cell, const unsigned int dofs_per_component_on_face) |
Definition at line 2250 of file evaluation_kernels.h.
|
inlinestatic |
Definition at line 2254 of file evaluation_kernels.h.
|
inlinestatic |
Interpolate the values on the cell quadrature points onto a face.
Definition at line 2283 of file evaluation_kernels.h.
|
inlinestaticprivate |
Definition at line 2310 of file evaluation_kernels.h.