Reference documentation for deal.II version 9.3.3
\(\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\}}\)
Public Member Functions | Protected Attributes | List of all members
FEInterfaceViews::Base< dim, spacedim > Class Template Reference

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

Inheritance diagram for FEInterfaceViews::Base< dim, spacedim >:
[legend]

Public Member Functions

 Base (const FEInterfaceValues< dim, spacedim > &fe_interface)
 

Protected Attributes

const FEInterfaceValues< dim, spacedim > * fe_interface
 

Detailed Description

template<int dim, int spacedim = dim>
class FEInterfaceViews::Base< dim, spacedim >

The base class for the views.

Definition at line 43 of file fe_interface_values.h.

Constructor & Destructor Documentation

◆ Base()

template<int dim, int spacedim = dim>
FEInterfaceViews::Base< dim, spacedim >::Base ( const FEInterfaceValues< dim, spacedim > &  fe_interface)

The constructor.

Member Data Documentation

◆ fe_interface

template<int dim, int spacedim = dim>
const FEInterfaceValues<dim, spacedim>* FEInterfaceViews::Base< dim, spacedim >::fe_interface
protected

Store a pointer to the FEInterfaceValues instance.

Definition at line 55 of file fe_interface_values.h.


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