From c0b4007e849e1e344abea907a95208e3eed1aa3a Mon Sep 17 00:00:00 2001 From: Benjamin Faigle <benjamin.faigle@posteo.de> Date: Thu, 23 Feb 2012 10:58:31 +0000 Subject: [PATCH] add more information of decoupled 2.1 git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7881 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3c2dd3bbb4..16d94cec52 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -51,6 +51,13 @@ Changes Since Dumux 2.0 for two-component fluids. - Overhaul of the sequentially-coupled models: - Common structure for cell centered standard finite volume implementations. + - Data structure overhauled to avoid large clumps of data in large-scale simulations: Each cell stores + data in its own storage object. + - Subdivision of too large assemble() methods into submethods getStorage(), getFlux() etc. By this, + improve inheritance of classes and reduction of code duplication. + - Improved conceptual seperation of the variableclass (central infrastructure), data storage, transport + model and pressure model. - Use of the common Dumux infrastructure also used by the implicit models (BoundaryTypes, etc.) + => Significant improvement in speed and comfort in debugging - New decoupled models: - 2padaptive: Grid-adaptive standard finite volume two-phase model for non-conforming quadrilateral grids. -- GitLab