Reference documentation for deal.II version 9.3.3
|
#include <deal.II/matrix_free/evaluation_kernels.h>
Static Public Member Functions | |
template<int fe_degree, int = 0> | |
static bool | run (const unsigned int n_desired_components, const AlignedVector< Number > &inverse_shape, const AlignedVector< Number > &inverse_coefficients, const Number *in_array, Number *out_array, typename std::enable_if< fe_degree !=-1 >::type *=nullptr) |
template<int fe_degree, int = 0> | |
static bool | run (const unsigned int, const AlignedVector< Number > &, const AlignedVector< Number > &, const Number *, Number *, typename std::enable_if< fe_degree==-1 >::type *=nullptr) |
This struct implements the action of the inverse mass matrix operation using an FEEvaluationBaseData argument.
Definition at line 4263 of file evaluation_kernels.h.
|
inlinestatic |
Definition at line 4267 of file evaluation_kernels.h.
|
inlinestatic |
Version for degree = -1
Definition at line 4330 of file evaluation_kernels.h.