Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-2684-gc61376a70f 2025-02-22 15:30: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
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.