1 #ifndef DUNE_ALBERTAGRIDDATAHANDLE_HH
2 #define DUNE_ALBERTAGRIDDATAHANDLE_HH
21 template<
class Gr
id,
class RestrictPro
longOperator >
26 typedef typename Grid::template Codim< 0 >::Entity Entity;
34 RestrictProlongOperator &rpOp_;
41 father_( EntityImp( grid_ ) )
47 Grid::getRealImplementation( father_ ).setElement( fatherInfo, 0 );
48 rpOp_.preCoarsening( (
const Entity &)father_ );
54 Grid::getRealImplementation( father_ ).setElement( fatherInfo, 0 );
55 rpOp_.postRefinement( (
const Entity &)father_ );
63 #endif // #if HAVE_ALBERTA