Skip to content
Snippets Groups Projects
Ansgar Burchardt's avatar
[!338] remove deprecated warning in albertagrid backuprestore facilities
Ansgar Burchardt authored
Merge branch 'issue/alberta_backuprestore_warning' into 'master'

ref:core/dune-grid

### Summary

Remove the usage of writeGridXdr and readGridXdr in AlbertaGrid since is
produces a deprecated warning.

### Details

The functions writeGridXdr and readGridXdr were simplified to writeGrid and
readGrid some time ago, but used in the backup-restore facilities of the
AlbertaGrid. This emits a deprecated warning all the time. This MR, replaces
the old functions with the new ones.

See merge request [!338]

  [!338]: gitlab.dune-project.org/core/dune-grid/merge_requests/338
a8052ebe
History

DUNE-library

DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations with grid-based methods.

The main intention is to create slim interfaces allowing an efficient use of legacy and/or new libraries. Using C++ techniques DUNE allows to use very different implementation of the same concept (i.e. grid, solver, ...) under a common interface with a very low overhead.

DUNE was designed with flexibility in mind. It supports easy discretization using methods, like Finite Elements, Finite Volume and also Finite Differences. Through separation of data structures DUNE allows fast Linear Algebra like provided in the ISTL module, or usage of external libraries like blas.

This package contains the basic DUNE grid classes.

More information

Check dune-common for more details concerning dependencies, known bugs, license and installation.