3 #ifndef DUNE_ALBERTAGRIDDATAHANDLE_HH
4 #define DUNE_ALBERTAGRIDDATAHANDLE_HH
23 template<
class Gr
id,
class RestrictPro
longOperator >
28 typedef typename Grid::template Codim< 0 >::Entity Entity;
36 RestrictProlongOperator &rpOp_;
43 father_( EntityImp( grid_ ) )
49 Grid::getRealImplementation( father_ ).setElement( fatherInfo, 0 );
50 rpOp_.preCoarsening( (
const Entity &)father_ );
56 Grid::getRealImplementation( father_ ).setElement( fatherInfo, 0 );
57 rpOp_.postRefinement( (
const Entity &)father_ );
65 #endif // #if HAVE_ALBERTA