- 09 Sep, 2016 1 commit
-
- 08 Sep, 2016 3 commits
-
-
Christoph Grüninger authored
test_stokes2c with refined grid speeds up by 2.7%.
-
Bernd Flemisch authored
-
Bernd Flemisch authored
Feature/scotch matrix reordering Reordering the matrix leads to improved sparsity pattern. This is especially important for growing network grids. Reordering results using the ReorderingDofMapper implemented by this MR with a growing network grid. * Original unsorted FoamGrid  * Reordered dof indices  See merge request !186
-
- 07 Sep, 2016 5 commits
-
-
Timo Koch authored
-
Timo Koch authored
The mapper computes a permutation of the index set using the external PT-SCOTCH library. This is a simple replacement for element mapper (cc) / vertex mapper (box). It requires to store on int per dof for the mapping (fast direct vector access). This makes the matrix bandwidth small and reduces the fillins during LU factorization. So it helps especially for direct solvers or iterative solver preconditions by ILU. The reordering is particularly helpful for network problems with foamgrid to optimize the matrix sparsity pattern.
-
Timo Koch authored
-
Timo Koch authored
This enables the use of Dune's single codim single geometry mapper that otherwise exists failing a static assert
-
Bernd Flemisch authored
[2p2c] Improve Millington&Quirk and constant tau A quick test (Clang 3.8, one run, no error bar) of test_box2p2c with the optim.ops from dumux and a 100 times finer grid: Millington&Quirk: 99 s Constant Tau: 95 s That's about 5%. But more measurements are required and the differences in the solution must be checked. This merge request does not address all changes proposed in the task [FS#321](http://www.dumux.org/flyspray/index.php?do=details&task_id=321) See merge request !181
-
- 06 Sep, 2016 2 commits
-
-
Christoph Grüninger authored
* Reduce number of template arguments * Rename property from tau to TauTortuosity
-
Christoph Grüninger authored
Use multiplications and a cubic root instead of std::pow * Estimated 5% less time in 2p2c computation * Roughly inbetween old code and constant tau
-
- 01 Sep, 2016 2 commits
-
-
Johannes Hommel authored
[fix][test] Fix the reference solution name for 2pbox fracture. We start counting from 0 now. See merge request !190
-
Timo Koch authored
-
- 30 Aug, 2016 2 commits
-
- 29 Aug, 2016 2 commits
-
-
Timo Koch authored
- 24 Aug, 2016 2 commits
-
-
Timo Koch authored
- 18 Aug, 2016 7 commits
-
-
Bernd Flemisch authored
Feature/new 3pwateroil See merge request !179
-
Bernd Flemisch authored
Merge branch 'feature/new-3pwateroil' of https://git.iws.uni-stuttgart.de/dumux-repositories/dumux into feature/new-3pwateroil Conflicts: test/porousmediumflow/3pwateroil/implicit/3pwateroilsagdproblem.hh
-
Bernd Flemisch authored
-
-
lecture. Unlike there, we use here a non-zero capillary pressure to use rel-perms and capillary pressures from dumux stable
-
This was previously already available locally in dumux-lecture.
-
Holger Class authored
-
- 15 Aug, 2016 2 commits
-
-
Katharina Heck authored
[gstat][doc] Add peer-reviewed paper as reference See merge request !184
-
Thomas Fetzer authored
-
- 11 Aug, 2016 1 commit
-
-
Bernd Flemisch authored
[cornerpoint] adapt to current Opm release 2016.04 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. See merge request !182
-
- 10 Aug, 2016 2 commits
-
-
Bernd Flemisch authored
[gridcreator] Fix gmsh grids for parallel alugrid runs Dune-alugrid needs the gmsh reader to only fill the grid factory on rank 0. See mergerequest !14 https://gitlab.dune-project.org/core/dune-grid/merge_requests/14. This is different e.g. for UG that needs the grid on all processes. See merge request !183
-
Timo Koch authored
Dune-alugrid needs the gmsh reader to only fill the grid factory on rank 0. See mergerequest !14 https://gitlab.dune-project.org/core/dune-grid/merge_requests/14. This is different e.g. for UG that needs the grid on all processes.
-
- 08 Aug, 2016 1 commit
-
-
Timo Koch authored
remove superfluous `Dumux::` qualifiers Everything in our .hh files is defined within the namespace `Dumux`. There were numerous occurrences of `Dumux::` qualifiers that were unnecessary. Remove those occurrences. Necessary qualifications remain, such as `typedef Dumux::H2O<Scalar> H2O;`. See merge request !178
-
- 03 Aug, 2016 2 commits
-
-
Martin Schneider authored
-
Martin Schneider authored
The installexternal.sh script can be used to install opm and ert and to apply patches to opm-common and opm-parser.
-
- 02 Aug, 2016 1 commit
-
-
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.
-
- 27 Jul, 2016 1 commit
-
-
Kilian Weishaupt authored
* Vector was accessed out of range
-
- 26 Jul, 2016 4 commits
-
-
Bernd Flemisch authored
-
Holger Class authored
lecture. Unlike there, we use here a non-zero capillary pressure to use rel-perms and capillary pressures from dumux stable
-
Holger Class authored
This was previously already available locally in dumux-lecture.
-
Bernd Flemisch authored
Everything in our .hh files is defined within the namespace `Dumux`. There were numerous occurrences of `Dumux::` qualifiers that were unnecessary. Remove those occurrences. Necessary qualifications remain, such as `typedef Dumux::H2O<Scalar> H2O;`.
-