- Sep 30, 2016
-
-
Christoph Grüninger authored
* include section in changelog * remove obsolete CTestConfig.cmake
-
- Aug 02, 2016
-
-
Bernd Flemisch authored
With Opm release 2016.04, the module dune-cornerpoint has been renamed to opm-grid. Interfaces changed without deprecation. There doesn't seem to be a preprocessor macro to check for the employed Opm version. Therefore, drop support for older versions and only support 2016.04.
-
- May 30, 2016
-
-
Christoph Grüninger authored
* This requires at least Dune 2.4.1. * GCC 4.8 does not match this requirement
-
- Mar 24, 2016
-
-
Timo Koch authored
-
- Feb 02, 2016
-
-
Timo Koch authored
-
- Nov 03, 2015
-
-
Christoph Grüninger authored
Now all tabs and trailing whitespaces are rejected in commits. See FS#272 for more details.
-
- Oct 12, 2015
-
-
Christoph Grüninger authored
Remove INSTALL and replace by INSTALL.cmake. This still needs some love to reflect the current situation.
-
- Sep 27, 2015
-
-
Christoph Grüninger authored
Following Dune's naming convention.
-
- Sep 24, 2015
-
-
Nicolas Schwenck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15523 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 29, 2015
-
-
Bernd Flemisch authored
Introduce a grid creator that reads from a Petrel output / Eclipse input file and generates a CpGrid that is offered by the OPM module dune-cornerpoint. Enhance the fully-implicit cell-centered models to be able to deal with cornerpoint grids, test the functionality. This patch consists of several parts: - patches/ and dune.module: the CMake buildsystems from Dune and OPM are not compatible. The patches change some CMake files in the required OPM modules opm-parser, opm-core and dune-cornerpoint in such a way that those modules can serve as a dependency for Dumux. In addition, some specific CMake options have to be passed to dunecontrol. See patches/README for details. - dumux/io/: defines the CpGridCreator which behaves like any other grid creator that reads from a file. In addition, it offers the Eclipse input deck in form of a static function deck(). This deck can be used to extract further simulation parameters, most prominently porosity and permeability values. - dumux/implicit/cornerpoint/: changes some of the cell-centered classes to be able to deal with a CpGrid. The changes in the ElementVolumeVariables and the FVElementGeometry are minor and required by the facts that a CpGrid doesn't offer codim-1/2 entities and that the geometries don't offer local-to-global mappings. The changes in the DarcyFluxVariables are made for enhancing the robustness of the two-point flux approximation by forcing the inter-element transmissibilities to be positive. - test/implicit/2p: runs a fully-implicit two-phase immiscible model on a CpGrid. An element index with an injection rate can be given in the input file. The grid provided in grids/ consists of only four elements, but exhibits typical cornerpoint features like a nonconforming situation and general hexahedrons. A more realistic grid will be provided in dumux-lecture soon. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15183 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 10, 2015
-
-
Christoph Grüninger authored
dune-alugrid 2.3 has no CMake support. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15045 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 09, 2015
-
-
Beatrix Becker authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14541 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Beatrix Becker authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14539 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Beatrix Becker authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14537 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 17, 2014
-
-
Natalie Schröder authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13517 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Natalie Schröder authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13515 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Natalie Schröder authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13513 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 17, 2014
-
-
Christoph Grüninger authored
The adaptivity is borken, see FS#237. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13344 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 05, 2014
-
-
Bernd Flemisch authored
files and installation script git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13288 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 04, 2014
-
-
Christoph Grüninger authored
Set required Dune versions to 2.3. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12721 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 15, 2013
-
-
Christoph Grüninger authored
(reviewed by klaus) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12006 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 18, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11722 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 24, 2013
-
-
Christoph Grüninger authored
Compilation of DuMuX programs is not working. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10749 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 08, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10375 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10367 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 17, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9833 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 12, 2012
-
-
Christoph Grüninger authored
(reviewed by vishal) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9288 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 09, 2012
-
-
Christoph Grüninger authored
(reviewed by vishal) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9255 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 20, 2012
-
-
Christoph Grüninger authored
Change required version of Dune core modules to 2.2 or higher. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8688 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 29, 2012
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7947 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 28, 2012
-
-
Christoph Grüninger authored
We have a release! git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7942 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 19, 2011
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7152 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 16, 2011
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7040 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 01, 2011
-
-
Bernd Flemisch authored
There is no need to rush things. We agreed on first having the meeting and then porting the change to the non-MpNc-models. Moreover, the change has not been carried out according to what has been discussed at the meeting. E.g. there was no completeState functionality of the models, and the simple models also introduced parameter caches, although it was thought to not necessarily having to do so. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6818 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
also make everything compile again git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6813 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 27, 2011
-
-
Bernd Flemisch authored
and the classes seem to be associated with the correct groups. Also improved documentation by getting rid of more than 250 Doxygen warnings. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6794 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 28, 2011
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5657 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 01, 2011
-
-
Andreas Lauser authored
the saturation argument for the initSomething class was an int instead of a Scalar. probably nobody noticed so far because the saturation was always initialized to 1.0 in the decoupled tests git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5148 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 05, 2011
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4969 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 13, 2010
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3825 2fb0f335-1f38-0410-981e-8018bf24f1b0
-