#include <dune/grid/albertagrid/backuprestore.hh>
|
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) |
|
◆ Grid
template<int dim, int dimworld>
◆ backup() [1/2]
template<int dim, int dimworld>
◆ backup() [2/2]
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.
◆ restore() [1/2]
template<int dim, int dimworld>
◆ restore() [2/2]
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: