Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-2762-g0d2ebeb589 2025-03-06 03:50:00+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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Public Types | Public Attributes | List of all members
internal::PrecomputedEvaluationData< dim, n_components, value_type_ > Struct Template Reference

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

Inheritance diagram for internal::PrecomputedEvaluationData< dim, n_components, value_type_ >:
Inheritance graph
[legend]

Public Types

using value_type = typename internal::FEPointEvaluation::EvaluatorTypeTraits< dim, dim, n_components, value_type_ >::value_type
 
using gradient_type = typename internal::FEPointEvaluation::EvaluatorTypeTraits< dim, dim, n_components, value_type_ >::real_gradient_type
 

Public Attributes

AlignedVector< value_typevalues
 
AlignedVector< gradient_typegradients
 

Detailed Description

template<int dim, int n_components, typename value_type_>
struct internal::PrecomputedEvaluationData< dim, n_components, value_type_ >

A class that stores values and/or gradients, e.g. at quadrature points that are accessed inside matrix-free loops.

Definition at line 42 of file fe_remote_evaluation.h.

Member Typedef Documentation

◆ value_type

template<int dim, int n_components, typename value_type_ >
using internal::PrecomputedEvaluationData< dim, n_components, value_type_ >::value_type = typename internal::FEPointEvaluation:: EvaluatorTypeTraits<dim, dim, n_components, value_type_>::value_type

Definition at line 44 of file fe_remote_evaluation.h.

◆ gradient_type

template<int dim, int n_components, typename value_type_ >
using internal::PrecomputedEvaluationData< dim, n_components, value_type_ >::gradient_type = typename internal::FEPointEvaluation:: EvaluatorTypeTraits<dim, dim, n_components, value_type_>:: real_gradient_type

Definition at line 47 of file fe_remote_evaluation.h.

Member Data Documentation

◆ values

template<int dim, int n_components, typename value_type_ >
AlignedVector<value_type> internal::PrecomputedEvaluationData< dim, n_components, value_type_ >::values

Values at quadrature points.

Definition at line 54 of file fe_remote_evaluation.h.

◆ gradients

template<int dim, int n_components, typename value_type_ >
AlignedVector<gradient_type> internal::PrecomputedEvaluationData< dim, n_components, value_type_ >::gradients

Gradients at quadrature points.

Definition at line 59 of file fe_remote_evaluation.h.


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