Reference documentation for deal.II version GIT relicensing-464-g14f7274e4d 2024-04-22 15:40: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
Classes | Typedefs
FEInterfaceViews Namespace Reference

Classes

class  Base
 
class  Scalar
 
class  Vector
 

Typedefs

template<int dim, int spacedim, typename Extractor >
using View = typename ::internal::FEInterfaceViews::ViewType< dim, spacedim, Extractor >::type
 

Detailed Description

Namespace for views you get from accessing FEInterfaceValues using an extractor.

Typedef Documentation

◆ View

template<int dim, int spacedim, typename Extractor >
using FEInterfaceViews::View = typedef typename ::internal::FEInterfaceViews:: ViewType<dim, spacedim, Extractor>::type

A templated alias that associates to a given Extractor class the corresponding view in FEInterfaceViews.

Definition at line 1245 of file fe_interface_values.h.