Interface to be used by classes transferring grid data on adpative grids. More...
#include <dumux/adaptive/griddatatransfer.hh>
Interface to be used by classes transferring grid data on adpative grids.
Public Member Functions | |
virtual | ~GridDataTransfer ()=default |
pure virtual base class needs virtual destructor More... | |
virtual void | store ()=0 |
store user data before grid adaption More... | |
virtual void | reconstruct ()=0 |
store user data after adaption More... | |
|
virtualdefault |
pure virtual base class needs virtual destructor
|
pure virtual |
store user data after adaption
Implemented in Dumux::TwoPGridDataTransfer< TypeTag >.
|
pure virtual |
store user data before grid adaption
Implemented in Dumux::TwoPGridDataTransfer< TypeTag >.