Reference documentation for deal.II version 9.5.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\}}\)
Loading...
Searching...
No Matches
Public Types | List of all members
internal::FEValuesViews::ViewType< dim, spacedim, FEValuesExtractors::Vector > Struct Template Reference

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

Public Types

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

Detailed Description

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

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

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

Definition at line 2240 of file fe_values.h.

Member Typedef Documentation

◆ type

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

Definition at line 2242 of file fe_values.h.


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