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

#include <dataout_wrapper.h>

Inheritance diagram for DOpEWrapper::DataOut< dim, DH >:

Public Member Functions

 DataOut ()
 

Detailed Description

template<int dim, template< int, int > class DH = dealii::DoFHandler>
class DOpEWrapper::DataOut< dim, DH >

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

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

Template Parameters
<dim>The dimension in which the problem is posed.
<DH>The dealii DofHandler type used.

Constructor & Destructor Documentation

template<int dim, template< int, int > class DH = dealii::DoFHandler>
DOpEWrapper::DataOut< dim, DH >::DataOut ( )
inline

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