From 79912276695a41693aad6ff9e772d47272aa00e6 Mon Sep 17 00:00:00 2001 From: Beatrix Becker <beatrix.becker@iws.uni-stuttgart.de> Date: Wed, 1 Apr 2015 13:16:28 +0000 Subject: [PATCH] CHANGELOG, add important notes: DUNE-multidomain(grid) doesn't work with DUNE 2.4 at the moment, therefore DuMuX multidomain models only work with DUNE 2.3 at the moment git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14508 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 62162eef32..33a3f74150 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ Differences Between DuMuX 2.6 and DuMuX 2.7 =================================================== +* IMPORTANT NOTES: + - DuMuX 2.7 should work with DUNE 2.3 as well as 2.4. However, at the time of + writing, DUNE-multidomain(grid) doesn't work with DUNE 2.4. Therefore, if a + DuMuX multidomain model should be used, DUNE 2.3 is required. See + test/multidomain/README for details. + * IMPROVEMENTS and ENHANCEMENTS: - Since 2.6, all isothermal implicit porous-media models (except 2pdfm) can be easily enhanced with the energy equation. For 2.7, this has been also -- GitLab