|
|
template<class GridView > |
| static void | backup (GridView const &gv, std::string const &filename) |
| | Write a hierarchic grid to disk.
|
| |
|
template<class GridView > |
| static void | backup (GridView const &gv, std::ostream &out) |
| | write a hierarchic grid into a stream
|
| |
|
static Grid * | restore (std::string const &filename) |
| | read a hierarchic grid from disk
|
| |
|
static Grid * | restore (std::istream &in) |
| | read a hierarchic grid from a stream
|
| |
The documentation for this class was generated from the following file: