#include <dune/grid/geometrygrid/backuprestore.hh>
|
template<class Output > |
static void | backup (const Grid &grid, const Output &filename_or_stream) |
| Backup the grid to file or stream. More...
|
|
template<class Input > |
static Grid * | restore (const Input &filename_or_stream) |
| Restore the grid from file or stream. More...
|
|
◆ Grid
template<class HostGrid , class CoordFunction , class Allocator >
◆ HostBackupRestoreFacility
template<class HostGrid , class CoordFunction , class Allocator >
◆ backup()
template<class HostGrid , class CoordFunction , class Allocator >
template<class Output >
Backup the grid to file or stream.
◆ restore()
template<class HostGrid , class CoordFunction , class Allocator >
template<class Input >
Restore the grid from file or stream.
The documentation for this struct was generated from the following file: