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 Member Functions | Protected 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 Member Functions

template<class InputVector , class OutputVector >
void get_local_dof_values (const InputVector &dof_values, OutputVector &local_dof_values) const
 

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 47 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 Function Documentation

◆ get_local_dof_values()

template<int dim, int spacedim = dim>
template<class InputVector , class OutputVector >
void FEInterfaceViews::Base< dim, spacedim >::get_local_dof_values ( const InputVector &  dof_values,
OutputVector &  local_dof_values 
) const
protected

Get the local degree-of-freedom values associated with the internally initialized cell interface.

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 59 of file fe_interface_values.h.


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