Skip to content
Snippets Groups Projects
Commit 0ac9d776 authored by Timo Koch's avatar Timo Koch
Browse files

[changelog] Rewrite in markdown

parent bc066897
No related branches found
No related tags found
1 merge request!67[changelog] Rewrite in markdown
...@@ -3,9 +3,8 @@ Differences Between DuMuX 2.8 and DuMuX 2.9 ...@@ -3,9 +3,8 @@ Differences Between DuMuX 2.8 and DuMuX 2.9
* IMPORTANT NOTES: * IMPORTANT NOTES:
- The support for the external grid library ALBERTA was dropped. Instead - The support for the external grid library ALBERTA was dropped. Instead
we now offically support dune-foamgrid we now offically support [dune-foamgrid](https://gitlab.dune-project.org/extensions/dune-foamgrid)
(https://gitlab.dune-project.org/extensions/dune-foamgrid). Dune-foamgrid Dune-foamgrid supports 1d and 2d simplex grids embedded in an arbitrary dimension world space.
supports 1d and 2d simplex grids embedded in an arbitrary dimension world space.
It features element parametrizations, runtime growth, runtime-movable vertices. It features element parametrizations, runtime growth, runtime-movable vertices.
* IMPROVEMENTS and ENHANCEMENTS: * IMPROVEMENTS and ENHANCEMENTS:
...@@ -25,9 +24,12 @@ Differences Between DuMuX 2.8 and DuMuX 2.9 ...@@ -25,9 +24,12 @@ Differences Between DuMuX 2.8 and DuMuX 2.9
- For the multidomain models, the notation of the boundary condition types - For the multidomain models, the notation of the boundary condition types
has changed. This is especially important for all momentum boundary has changed. This is especially important for all momentum boundary
conditions. In general: conditions. In general:
couplingInflow -> couplingNeumann couplingInflow -> couplingNeumann
couplingOutflow -> couplingDirichlet couplingOutflow -> couplingDirichlet
But for the momentum balances: But for the momentum balances:
couplingInflow -> couplingDirichlet couplingInflow -> couplingDirichlet
couplingOutflow -> couplingNeumann couplingOutflow -> couplingNeumann
...@@ -46,7 +48,6 @@ Differences Between DuMuX 2.8 and DuMuX 2.9 ...@@ -46,7 +48,6 @@ Differences Between DuMuX 2.8 and DuMuX 2.9
- DgfGridCreator, functionality available in default GridCreator (since 2.8) - DgfGridCreator, functionality available in default GridCreator (since 2.8)
* Deprecated MEMBER FUNCTIONS, to be removed after 2.9: * Deprecated MEMBER FUNCTIONS, to be removed after 2.9:
-
* Deprecated protected MEMBER VARIABLES, to be removed after 2.9: BEWARE: Older * Deprecated protected MEMBER VARIABLES, to be removed after 2.9: BEWARE: Older
compilers will not print any warning if a deprecated protected member variable compilers will not print any warning if a deprecated protected member variable
...@@ -54,7 +55,7 @@ Differences Between DuMuX 2.8 and DuMuX 2.9 ...@@ -54,7 +55,7 @@ Differences Between DuMuX 2.8 and DuMuX 2.9
* DELETED classes/files, property names, constants/enums, * DELETED classes/files, property names, constants/enums,
member functions, which have been deprecated in DuMuX 2.8: member functions, which have been deprecated in DuMuX 2.8:
Everything listed as deprecated below has been removed. - Everything listed as deprecated below has been removed.
Differences Between DuMuX 2.7 and DuMuX 2.8 Differences Between DuMuX 2.7 and DuMuX 2.8
=================================================== ===================================================
......
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