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\}}\)
Typedefs
Legacy::parallel::distributed Namespace Reference

Typedefs

template<int dim, typename VectorType , typename DoFHandlerType = DoFHandler<dim>>
using SolutionTransfer = ::parallel::distributed::SolutionTransfer< dim, VectorType, DoFHandlerType >
 

Typedef Documentation

◆ SolutionTransfer

template<int dim, typename VectorType , typename DoFHandlerType = DoFHandler<dim>>
using Legacy::parallel::distributed::SolutionTransfer = typedef ::parallel::distributed:: SolutionTransfer<dim, VectorType, DoFHandlerType>

The template arguments of the original parallel::distributed::SolutionTransfer class will change in a future release. If for some reason, you need a code that is compatible with deal.II 9.3 and the subsequent release, use this alias instead.

Definition at line 393 of file solution_transfer.h.