version 3.10.0
Loading...
Searching...
No Matches
Dumux::AdaptiveGridRestart< Grid, true > Class Template Reference

Provides a restart functionality for adaptive grids.

#include <dumux/io/adaptivegridrestart.hh>

Inheritance diagram for Dumux::AdaptiveGridRestart< Grid, true >:

Static Public Member Functions

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.
 

Member Function Documentation

◆ restartGrid() [1/2]

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

◆ restartGrid() [2/2]

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

◆ serializeGrid() [1/2]

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

◆ serializeGrid() [2/2]

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

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