Provides a restart functionality for adaptive grids.  
#include <dumux/io/adaptivegridrestart.hh>
|  | 
| template<class Problem> | 
| static void | serializeGrid (Problem &problem) | 
|  | Write the grid to a file. 
 | 
|  | 
| template<class Problem> | 
| static void | restartGrid (Problem &problem) | 
|  | Restart the grid from the file. 
 | 
|  | 
| static void | serializeGrid (Problem &problem) | 
|  | Write the grid to a file. 
 | 
|  | 
| static void | restartGrid (Problem &problem) | 
|  | Restart the grid from the file. 
 | 
|  | 
◆ restartGrid() [1/2]
◆ restartGrid() [2/2]
template<class Grid> 
template<class Problem> 
 
 
◆ serializeGrid() [1/2]
◆ serializeGrid() [2/2]
template<class Grid> 
template<class Problem> 
 
 
The documentation for this class was generated from the following file: