[Dune] [#80] Backup and Restore of Grids.

Dune flyspray at dune-project.org
Mon Oct 25 19:48:09 CEST 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#80 - Backup and Restore of Grids.
User who did this - Robert Klöfkorn (robertk)

----------
Martin and I propose the following: (see also Topics for the next meeting)

We propose the following interface for a factory-like structure
 template <class Grid> 
 struct BackupRestoreFactory
 {
  void backup( const Grid& grid, const std::string& path, const std::string& fileprefix );
  
  Grid* restore( const std::string& path, const std::string& fileprefix );
 };
 
This is flexible enough to get it running with different grids.
----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=80#comment2196

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list