3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Static Public Member Functions | List of all members
Dumux::AdaptiveGridRestart< Grid, true > Class Template Reference

Provides a restart functionality for adaptive grids. More...

#include <dumux/io/adaptivegridrestart.hh>

Description

template<class Grid>
class Dumux::AdaptiveGridRestart< Grid, true >

Provides a restart functionality for adaptive grids.

Static Public Member Functions

template<class Problem >
static void serializeGrid (Problem &problem)
 Write the grid to a file. More...
 
template<class Problem >
static void restartGrid (Problem &problem)
 Restart the grid from the file. More...
 

Member Function Documentation

◆ restartGrid()

template<class Grid >
template<class Problem >
static void Dumux::AdaptiveGridRestart< Grid, true >::restartGrid ( Problem &  problem)
inlinestatic

Restart the grid from the file.

◆ serializeGrid()

template<class Grid >
template<class Problem >
static void Dumux::AdaptiveGridRestart< Grid, true >::serializeGrid ( Problem &  problem)
inlinestatic

Write the grid to a file.


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