Skip to content
Snippets Groups Projects
Commit e60e491a authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

Merge branch 'feature/mention-maxtimestep-interfacechange-in-changelog' into 'master'

[changelog] Mention added method maxTimeStepSize

Deserves a mention because downstream modules implementing problem classes need to be adapted to compile.

See merge request !163
parents 8630cf6a 013363f3
No related branches found
No related tags found
1 merge request!163[changelog] Mention added method maxTimeStepSize
...@@ -14,6 +14,10 @@ Differences Between DuMuX 2.9 and DuMuX 2.10 ...@@ -14,6 +14,10 @@ Differences Between DuMuX 2.9 and DuMuX 2.10
- multidomain should now work with all compilers (optimzed) without segfaults - multidomain should now work with all compilers (optimzed) without segfaults
* IMMEDIATE INTERFACE CHANGES not allowing/requiring a deprecation period: * IMMEDIATE INTERFACE CHANGES not allowing/requiring a deprecation period:
- The problem class interface needs to provide the method maxTimeStepSize().
This is important if you implement problem classes not deriving from the base
problem classes in Dumux (ImplicitProblem, OneModelProblem,
ImpetProblem, and MultidomainProblem).
* Deprecated PROPERTY and PARAMETER NAMES, to be removed after 2.10: BEWARE: The * Deprecated PROPERTY and PARAMETER NAMES, to be removed after 2.10: BEWARE: The
compiler will not print any warning if a deprecated property or parameter name compiler will not print any warning if a deprecated property or parameter name
......
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