Reference documentation for deal.II version GIT relicensing-446-ge11b936273 2024-04-20 12:30:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
internal::CellwiseInverseMassMatrixImplTransformFromQPoints< dim, Number > Struct Template Reference

#include <deal.II/matrix_free/evaluation_kernels.h>

Static Public Member Functions

template<int fe_degree, int n_q_points_1d>
static bool run (const unsigned int n_desired_components, const FEEvaluationData< dim, Number, false > &fe_eval, const Number *in_array, Number *out_array)
 

Detailed Description

template<int dim, typename Number>
struct internal::CellwiseInverseMassMatrixImplTransformFromQPoints< dim, Number >

This struct implements the action of a projection of the values given at the quadrature points to the support points, using an FEEvaluationData argument. For the derivation, see comments in step-67.

Definition at line 2451 of file evaluation_kernels.h.

Member Function Documentation

◆ run()

template<int dim, typename Number >
template<int fe_degree, int n_q_points_1d>
static bool internal::CellwiseInverseMassMatrixImplTransformFromQPoints< dim, Number >::run ( const unsigned int  n_desired_components,
const FEEvaluationData< dim, Number, false > &  fe_eval,
const Number *  in_array,
Number *  out_array 
)
inlinestatic

Definition at line 2455 of file evaluation_kernels.h.


The documentation for this struct was generated from the following file: