24#ifndef DUMUX_ADAPTIVE_GRIDDATATRANSFER_HH
25#define DUMUX_ADAPTIVE_GRIDDATATRANSFER_HH
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
Interface to be used by classes transferring grid data on adpative grids.
Definition: adaptive/griddatatransfer.hh:34
virtual void store()=0
store user data before grid adaption
virtual ~GridDataTransfer()=default
pure virtual base class needs virtual destructor
virtual void reconstruct()=0
store user data after adaption