3 #ifndef DUNE_GRID_COMMON_BACKUPRESTORE_HH
4 #define DUNE_GRID_COMMON_BACKUPRESTORE_HH
6 #include <dune/common/exceptions.hh>
39 template<
class Gr
id >
49 static void backup (
const Grid &grid,
const std::string &filename )
51 DUNE_THROW( NotImplemented,
"backup / restore not implemented." );
63 static void backup (
const Grid &grid, std::ostream &stream )
65 DUNE_THROW( NotImplemented,
"backup / restore not implemented." );
78 DUNE_THROW( NotImplemented,
"backup / restore not implemented." );
91 DUNE_THROW( NotImplemented,
"backup / restore not implemented." );
98 template<
class Gr
id >
105 #endif // #ifndef DUNE_GRID_COMMON_BACKUPRESTORE_HH