|
dune-grid
2.2.0
|
#include <dune/grid/geometrygrid/backuprestore.hh>
Public Types | |
| typedef GeometryGrid< HostGrid, CoordFunction, Allocator > | Grid |
| typedef BackupRestoreFacility < HostGrid > | HostBackupRestoreFacility |
Static Public Member Functions | |
| static void | backup (const Grid &grid, const std::string &path, const std::string &fileprefix) |
| static void | backup (const Grid &grid, const std::ostream &stream) |
| static Grid * | restore (const std::string &path, const std::string &fileprefix) |
| static Grid * | restore (const std::istream &stream) |
| typedef GeometryGrid< HostGrid, CoordFunction, Allocator > Dune::BackupRestoreFacility< GeometryGrid< HostGrid, CoordFunction, Allocator > >::Grid |
| typedef BackupRestoreFacility< HostGrid > Dune::BackupRestoreFacility< GeometryGrid< HostGrid, CoordFunction, Allocator > >::HostBackupRestoreFacility |
| static void Dune::BackupRestoreFacility< GeometryGrid< HostGrid, CoordFunction, Allocator > >::backup | ( | const Grid & | grid, |
| const std::string & | path, | ||
| const std::string & | fileprefix | ||
| ) | [inline, static] |
| static void Dune::BackupRestoreFacility< GeometryGrid< HostGrid, CoordFunction, Allocator > >::backup | ( | const Grid & | grid, |
| const std::ostream & | stream | ||
| ) | [inline, static] |
| static Grid* Dune::BackupRestoreFacility< GeometryGrid< HostGrid, CoordFunction, Allocator > >::restore | ( | const std::string & | path, |
| const std::string & | fileprefix | ||
| ) | [inline, static] |
References Dune::BackupRestoreFacility< Grid >::restore().
| static Grid* Dune::BackupRestoreFacility< GeometryGrid< HostGrid, CoordFunction, Allocator > >::restore | ( | const std::istream & | stream | ) | [inline, static] |
References Dune::BackupRestoreFacility< Grid >::restore().
1.7.6.1