Reference documentation for deal.II version 9.2.0
\(\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\}}\)
Static Public Member Functions | List of all members
internal::CellwiseInverseMassMatrixImpl< dim, fe_degree, n_components, Number > Struct Template Reference

#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)
 

Detailed Description

template<int dim, int fe_degree, int n_components, typename Number>
struct internal::CellwiseInverseMassMatrixImpl< dim, fe_degree, n_components, Number >

This struct implements the action of the inverse mass matrix operation

Definition at line 3070 of file evaluation_kernels.h.

Member Function Documentation

◆ apply() [1/2]

template<int dim, int fe_degree, int n_components, typename Number >
template<typename FEEvaluationType >
static void internal::CellwiseInverseMassMatrixImpl< dim, fe_degree, n_components, Number >::apply ( const FEEvaluationType &  fe_eval,
const Number *  in_array,
Number *  out_array 
)
inlinestatic

Definition at line 3074 of file evaluation_kernels.h.

◆ apply() [2/2]

template<int dim, int fe_degree, int n_components, typename Number >
static void internal::CellwiseInverseMassMatrixImpl< dim, fe_degree, n_components, Number >::apply ( const AlignedVector< Number > &  inverse_shape,
const AlignedVector< Number > &  inverse_coefficients,
const unsigned int  n_desired_components,
const Number *  in_array,
Number *  out_array 
)
inlinestatic

Definition at line 3126 of file evaluation_kernels.h.

◆ transform_from_q_points_to_basis()

template<int dim, int fe_degree, int n_components, typename Number >
static void internal::CellwiseInverseMassMatrixImpl< dim, fe_degree, n_components, Number >::transform_from_q_points_to_basis ( const AlignedVector< Number > &  inverse_shape,
const unsigned int  n_desired_components,
const Number *  in_array,
Number *  out_array 
)
inlinestatic

Definition at line 3183 of file evaluation_kernels.h.


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