![]() |
Reference documentation for deal.II version GIT d77e5ebb0a 2023-01-27 22:35:02+00:00
|
#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_components, const FEEvaluationData< dim, Number, false > &fe_eval, const Number *in_array, Number *out_array, std::enable_if_t< fe_degree !=-1 > *=nullptr) |
template<int fe_degree, int = 0> | |
static bool | run (const unsigned int n_components, const FEEvaluationData< dim, Number, false > &fe_eval, const Number *in_array, Number *out_array, std::enable_if_t< fe_degree==-1 > *=nullptr) |
This struct implements the action of the inverse mass matrix operation using an FEEvaluationData argument.
Definition at line 5587 of file evaluation_kernels.h.
|
inlinestatic |
Definition at line 5591 of file evaluation_kernels.h.
|
inlinestatic |
Definition at line 5647 of file evaluation_kernels.h.