Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
44c41e5d
Commit
44c41e5d
authored
7 years ago
by
Bernd Flemisch
Browse files
Options
Downloads
Patches
Plain Diff
[CHANGELOG.md] update with changes from 2.11 to 2.12
Manual cherry-pick of
8df16b03
and
5b7660af
.
parent
62f92a65
No related branches found
No related tags found
2 merge requests
!691
[CHANGELOG.md] update with changes from 2.11 to 2.12
,
!617
[WIP] Next
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+27
-14
27 additions, 14 deletions
CHANGELOG.md
with
27 additions
and
14 deletions
CHANGELOG.md
+
27
−
14
View file @
44c41e5d
...
...
@@ -2,36 +2,49 @@ Differences Between DuMuX 2.11 and DuMuX 2.12
=============================================
*
IMPORTANT NOTES:
-
DuMuX 2.12 is expected to run based on Dune 2.4.1, 2.5 and the Dune
-
DuMuX 2.12 is expected to run based on Dune 2.4.1, 2.5
, 2.6
and the Dune
master. We will try to keep the compatibility with the Dune master
as long as it is technically feasible and our resources allow it. If
you want to use Dumux multidomain models, you have to stick with the
Dune 2.4 core and specific versions of other modules, see
`test/multidomain/README`
for details.
[
test/multidomain/README
](
test/multidomain/README
)
for details.
Also the geomechanics models require Dune 2.4 and PDELab 2.0.
- DuMux 2.12 requires at least GCC 4.9 or Clang 3.5 in their C++-14 mode.
- For employing corner-point grids by means of opm-grid (former
dune-cornerpoint), the OPM release 201
6
.04
has
to be used.
dune-cornerpoint), the OPM release
s
201
7
.04
or 2017.10 have
to be used.
*
IMPROVEMENTS and ENHANCEMENTS:
-
Four new tutorial exercises have been added in the folder
[
tutorial
](
tutorial
)
. They can be built by executing
`make build_tutorials`
in the build folder. Each exercise
comes with detailed instructions:
1.
[
Exercise 1
](
tutorial/ex1/README.md
)
2.
[
Exercise 2
](
tutorial/ex2/README.md
)
3.
[
Exercise 3
](
tutorial/ex3/README.md
)
4.
[
Exercise 4
](
tutorial/ex4/README.md
)
*
IMMEDIATE INTERFACE CHANGES not allowing/requiring a deprecation period:
-
gnuplotinterface.hh: The add...ToPlot() functions have changed signature,
the curve name/title is not mandatory anymore and can be specified together
with the curve options.
- Fixed bug in heatCapacity() of component air and replace
the use of a constant value in gasEnthalpy() by calling
heatCapacity().
*
Deprecated PROPERTY and PARAMETER NAMES, to be removed after 2.12: BEWARE: The
compiler will not print any warning if a deprecated property or parameter name
is used. If possible, a run-time warning will appear in the summary lines
after the corresponding run.
- The GnuplotInterface now supports in-simulation generation of image
files (*.png).
*
Deprecated CLASSES/FILES, to be removed after 2.12:
- A paraview python script for exporting 2d pictures from *.vtu files
has been added.
*
Deprecated MEMBER FUNCTIONS, to be removed after 2.12:
- A class for estimating turbulence properties has been added with
turbulenceproperties.hh.
*
IMMEDIATE INTERFACE CHANGES not allowing/requiring a deprecation period:
-
gnuplotinterface.hh: The add...ToPlot() functions have changed signature,
the curve name/title is not mandatory anymore and can be specified together
with the curve options.
*
DELETED classes/files, property names, constants/enums,
member functions, which have been deprecated in DuMuX 2.11
:
member functions, which have been deprecated in DuMuX 2.11:
-
Everything listed as deprecated below has been removed.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment