dune-spgrid 2.8.0
Loading...
Searching...
No Matches
Dune::BackupRestoreFacility< Grid > Class Template Reference

facility for writing and reading a SPGrid More...

#include <dune/grid/spgrid/backuprestore.hh>

Detailed Description

template<class Grid>
class Dune::BackupRestoreFacility< Grid >

facility for writing and reading a SPGrid

The BackupRestoreFacility allows writing hierarchic grids to disk and reading them back into another program.

It is guaranteed that all index sets and id sets are preserved by the backup / restore process. The result of restore is undefined, if the number of processes in a parallel program differs from the number of processes used on backup.

There are two pairs of backup / restore methods:

These techniques may not be mixed, i.e., you cannot write the grid into files and read it back from a stream or vice versa.

Template Parameters
Gridtype of grid

The documentation for this class was generated from the following file: