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 | List of all members
MGTwoLevelTransfer< dim, VectorType > Class Template Reference

#include <deal.II/multigrid/mg_transfer_global_coarsening.h>

Public Member Functions

void prolongate (VectorType &dst, const VectorType &src) const
 
void restrict_and_add (VectorType &dst, const VectorType &src) const
 
void interpolate (VectorType &dst, const VectorType &src) const
 

Detailed Description

template<int dim, typename VectorType>
class MGTwoLevelTransfer< dim, VectorType >

Class for transfer between two multigrid levels for p- or global coarsening.

Definition at line 111 of file mg_transfer_global_coarsening.h.

Member Function Documentation

◆ prolongate()

template<int dim, typename VectorType >
void MGTwoLevelTransfer< dim, VectorType >::prolongate ( VectorType &  dst,
const VectorType &  src 
) const

Perform prolongation.

◆ restrict_and_add()

template<int dim, typename VectorType >
void MGTwoLevelTransfer< dim, VectorType >::restrict_and_add ( VectorType &  dst,
const VectorType &  src 
) const

Perform restriction.

◆ interpolate()

template<int dim, typename VectorType >
void MGTwoLevelTransfer< dim, VectorType >::interpolate ( VectorType &  dst,
const VectorType &  src 
) const

Perform interpolation of a solution vector from the fine level to the coarse level. This function is different from restriction, where a weighted residual is transferred to a coarser level (transposition of prolongation matrix).


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