Reference documentation for deal.II version GIT relicensing-439-g5fda5c893d 2024-04-20 06:50: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
Public Types | List of all members
internal::FEValuesViews::ViewType< dim, spacedim, FEValuesExtractors::Scalar > Struct Template Reference

#include <deal.II/fe/fe_values_views.h>

Public Types

using type = typename ::FEValuesViews::Scalar< dim, spacedim >
 

Detailed Description

template<int dim, int spacedim>
struct internal::FEValuesViews::ViewType< dim, spacedim, FEValuesExtractors::Scalar >

A class whose specialization is used to define what FEValuesViews object corresponds to the given FEValuesExtractors object.

When using FEValuesExtractors::Scalar, the corresponding view is an FEValuesViews::Scalar<dim, spacedim>.

Definition at line 1998 of file fe_values_views.h.

Member Typedef Documentation

◆ type

template<int dim, int spacedim>
using internal::FEValuesViews::ViewType< dim, spacedim, FEValuesExtractors::Scalar >::type = typename ::FEValuesViews::Scalar<dim, spacedim>

Definition at line 2000 of file fe_values_views.h.


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