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

#include <multimesh_elementdatacontainer.h>

Public Member Functions

 Multimesh_ElementDataContainer ()
 

Detailed Description

template<template< int, int > class DH, typename VECTOR, int dim>
class DOpE::Multimesh_ElementDataContainer< DH, VECTOR, dim >

Dummy Template Class, acts as kind of interface. Through template specialization for DOFHANDLER, we distinguish between the 'classic' and the 'hp' case.

The Multimesh_ElementDataContainers, can deal with different meshes for the control and state variable as long as both are given as refinements of a common coarse grid by calculation of the respective values on a common refinement.

DOFHANDLER The type of the dealii-dofhandler we use in our DoPEWrapper::DoFHandler, at the moment DoFHandler and hp::DoFHandler. VECTOR Type of the vector we use in our computations (i.e. Vector<double> or BlockVector<double>) dim The dimension of the integral we are actually interested in.

Constructor & Destructor Documentation

template<template< int, int > class DH, typename VECTOR, int dim>
DOpE::Multimesh_ElementDataContainer< DH, VECTOR, dim >::Multimesh_ElementDataContainer ( )
inline

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