#include <dune/grid/albertagrid/backuprestore.hh>
Static Public Member Functions |
static void | backup (const Grid &grid, const std::string &filename) |
|
|
static void | backup (const Grid &grid, std::ostream &stream) |
|
|
static Grid * | restore (const std::string &filename) |
|
|
static Grid * | restore (std::istream &stream) |
|
|
Member Typedef Documentation
template<int dim, int dimworld>
Member Function Documentation
template<int dim, int dimworld>
template<int dim, int dimworld>
- Note
- This method is not available for AlbertGrid. Use try/catch to catch the NotImplemented exception and fall back to the other backup method.
template<int dim, int dimworld>
template<int dim, int dimworld>
- Note
- This method is not available for AlbertGrid. Use try/catch to catch the NotImplemented exception and fall back to the other restore method.
The documentation for this struct was generated from the following file: