DOpE
Public Member Functions
DOpEWrapper::SolutionTransfer< dim, VECTOR, DH > Class Template Reference

#include <solutiontransfer_wrapper.h>

Inheritance diagram for DOpEWrapper::SolutionTransfer< dim, VECTOR, DH >:

Public Member Functions

 SolutionTransfer (const DH< dim, dim > &dof)
 

Detailed Description

template<int dim, typename VECTOR, template< int, int > class DH = dealii::DoFHandler>
class DOpEWrapper::SolutionTransfer< dim, VECTOR, DH >

This class provides a wrapper for the dealii::SolutionTransfer objects. It is used to cope with the non existing instantiation of the dealii::SolutionTransfer<dim,VECTOR,MGDoFHandler> object.

For all values of DH it simply is the corresponding dealii::SolutionTransfer object, except for the MGDoFHandler, when instead the DoFHandler is used.

Template Parameters
<dim>The dimension in which the problem is posed. <VECTOR> The vector type used to store the unknowns.
<DH>The dealii DofHandler type used.

Constructor & Destructor Documentation

template<int dim, typename VECTOR, template< int, int > class DH = dealii::DoFHandler>
DOpEWrapper::SolutionTransfer< dim, VECTOR, DH >::SolutionTransfer ( const DH< dim, dim > &  dof)
inline

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