Skip to content
Snippets Groups Projects
Commit 5087248e authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[changelog] Mention raster image reader

parent 66e13db4
No related branches found
No related tags found
1 merge request!1612[io] Add RasterImageReader
......@@ -33,6 +33,8 @@ Differences Between DuMuX 3.1 and DuMuX 3.0
- __Solver__ There is a new abstract base class PDESolver that is a class that does linearize & assemble, solve, update.
The NewtonSolver now derives from this class (interface is unchanged). A new class LinearPDESolver simplifies solving linear problems
by reducing the code in the main file and streamlining the terminal output to look like the Newton output.
- Added a `NetPBMReader` which allows to read simple raster images files (`*.pbm` and `*.pgm`). Can be used, e.g., with `dune-subgrid` in order to create a grid
from an image file.
### Immediate interface changes not allowing/requiring a deprecation period
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment