#include <deal.II/matrix_free/evaluation_kernels.h>
|
| 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) |
| |
|
| 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) |
| |
template<int dim, int fe_degree, typename Number, bool lex_faces = false>
struct internal::FEFaceNormalEvaluationImpl< dim, fe_degree, Number, lex_faces >
Definition at line 2250 of file evaluation_kernels.h.
◆ interpolate()
template<int dim, int fe_degree, typename Number , bool lex_faces = false>
template<bool do_evaluate, bool add_into_output>
◆ interpolate_quadrature()
template<int dim, int fe_degree, typename Number , bool lex_faces = false>
template<bool do_evaluate, bool add_into_output>
◆ interpolate_generic()
template<int dim, int fe_degree, typename Number , bool lex_faces = false>
template<bool do_evaluate, bool add_into_output, int face_direction = 0>
| static void internal::FEFaceNormalEvaluationImpl< dim, fe_degree, Number, lex_faces >::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 |
|
) |
| |
|
inlinestaticprivate |
The documentation for this struct was generated from the following file: