3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::AdaptiveGridRestart< Grid, allowGridRestart > Class Template Reference

Indices denoting the different grid types. More...

#include <dumux/io/adaptivegridrestart.hh>

Inheritance diagram for Dumux::AdaptiveGridRestart< Grid, allowGridRestart >:
Inheritance graph

Description

template<class Grid, bool allowGridRestart = GridRestartCheck<Grid>::allowRestart>
class Dumux::AdaptiveGridRestart< Grid, allowGridRestart >

Indices denoting the different grid types.

Default class for restart functionality for non-adaptive grids

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.

Member Function Documentation

◆ restartGrid()

template<class Grid, bool allowGridRestart = GridRestartCheck<Grid>::allowRestart>
template<class Problem>
void Dumux::AdaptiveGridRestart< Grid, allowGridRestart >::restartGrid ( Problem & problem)
inlinestatic

Restart the grid from the file.

◆ serializeGrid()

template<class Grid, bool allowGridRestart = GridRestartCheck<Grid>::allowRestart>
template<class Problem>
void Dumux::AdaptiveGridRestart< Grid, allowGridRestart >::serializeGrid ( Problem & problem)
inlinestatic

Write the grid to a file.


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