Reference documentation for deal.II version 9.2.0
|
#include <deal.II/matrix_free/evaluation_kernels.h>
Static Public Member Functions | |
template<typename FEEvaluationType > | |
static void | apply (const FEEvaluationType &fe_eval, const Number *in_array, Number *out_array) |
static void | apply (const AlignedVector< Number > &inverse_shape, const AlignedVector< Number > &inverse_coefficients, const unsigned int n_desired_components, const Number *in_array, Number *out_array) |
static void | transform_from_q_points_to_basis (const AlignedVector< Number > &inverse_shape, const unsigned int n_desired_components, const Number *in_array, Number *out_array) |
This struct implements the action of the inverse mass matrix operation
Definition at line 3070 of file evaluation_kernels.h.
|
inlinestatic |
Definition at line 3074 of file evaluation_kernels.h.
|
inlinestatic |
Definition at line 3126 of file evaluation_kernels.h.
|
inlinestatic |
Definition at line 3183 of file evaluation_kernels.h.