From ea5bfff4484af5a4a590876c9dd1e8a7cceccf41 Mon Sep 17 00:00:00 2001 From: Martin Beck <martin.beck@iws.uni-stuttgart.de> Date: Tue, 31 Jan 2017 14:30:40 +0100 Subject: [PATCH] [feature/pieceofcake] Added description to the CHANGELOG.md file. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb05d10f7..91506957eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ Differences Between DuMuX 2.10 and DuMuX 2.11 * IMPROVEMENTS and ENHANCEMENTS: * IMMEDIATE INTERFACE CHANGES not allowing/requiring a deprecation period: + - A gridcreator for piece-of-cake-type grids has been added. It is capable + of creating meshes with gradually in- and decreasing distances between nodes. + It also allows the creation of a 360° cake where the last elements are + connected to the first elements. - shouldWriteRestartFile() is now, as shouldWriteOutput() already was, called before the time level is advanced. So it might be necessary to use ...WillBeFinished instead of ...IsFinished for writing restart files at -- GitLab