Skip to content
Snippets Groups Projects
Commit a4886a12 authored by Markus Wolff's avatar Markus Wolff
Browse files

added some comments to release notes


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7870 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 71164267
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ Changes Since Dumux 2.0
Keep in mind that quadruple precision is meant as
a debugging tool to quickly check whether there are machine
precision related convergence problems.
- Problem and spatial parameter base classes provide model-independent interfaces for problem and spatial parameter definition, which only get the position in global coordinates as argument (e.g. boundaryTypesAtPos(), etc.). This allows an easy transfer of problem definitions between implicit and sequential models.
- New fully implicit models:
- 3p3c, 3p3cni: Isothermal and non-isothermal three-phase,
three-component models for flow and transport in porous media.
......@@ -49,4 +50,7 @@ Changes Since Dumux 2.0
equation as well as isothermal and non-isothermal Stokes models
for two-component fluids.
- Overhaul of the sequentially-coupled models:
- TODO
- Common structure for cell centered standard finite volume implementations.
- Use of the common Dumux infrastructure also used by the implicit models (BoundaryTypes, etc.)
- New decoupled models:
- 2padaptive: Grid-adaptive standard finite volume two-phase model for non-conforming quadrilateral grids.
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