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 | Public Attributes | List of all members
internal::MGTransfer::DoFPair Struct Reference

Public Member Functions

 DoFPair (const unsigned int level, const types::global_dof_index global_dof_index, const types::global_dof_index level_dof_index)
 
 DoFPair ()
 

Public Attributes

unsigned int level
 
types::global_dof_index global_dof_index
 
types::global_dof_index level_dof_index
 

Detailed Description

Definition at line 38 of file mg_transfer_internal.cc.

Constructor & Destructor Documentation

◆ DoFPair() [1/2]

internal::MGTransfer::DoFPair::DoFPair ( const unsigned int  level,
const types::global_dof_index  global_dof_index,
const types::global_dof_index  level_dof_index 
)
inline

Definition at line 44 of file mg_transfer_internal.cc.

◆ DoFPair() [2/2]

internal::MGTransfer::DoFPair::DoFPair ( )
inline

Definition at line 52 of file mg_transfer_internal.cc.

Member Data Documentation

◆ level

unsigned int internal::MGTransfer::DoFPair::level

Definition at line 40 of file mg_transfer_internal.cc.

◆ global_dof_index

types::global_dof_index internal::MGTransfer::DoFPair::global_dof_index

Definition at line 41 of file mg_transfer_internal.cc.

◆ level_dof_index

types::global_dof_index internal::MGTransfer::DoFPair::level_dof_index

Definition at line 42 of file mg_transfer_internal.cc.


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