- Aug 18, 2016
-
-
This was previously already available locally in dumux-lecture.
-
- Aug 15, 2016
-
-
Katharina Heck authored
[gstat][doc] Add peer-reviewed paper as reference See merge request !184
-
Thomas Fetzer authored
-
- Aug 11, 2016
-
-
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
-
- Aug 10, 2016
-
-
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.
-
- Aug 08, 2016
-
-
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
-
- Aug 03, 2016
-
-
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.
-
- 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.
-
- Jul 26, 2016
-
-
Bernd Flemisch authored
-
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;`.
-
Bernd Flemisch authored
[vtk][test] Start vtk numbering with 0 this means * the first vtk (normally the initial solution) is *-00000.vtu * if all timesteps are writen the time step number and vtk number correspond See merge request !175
-
Thomas Fetzer authored
this means * the first vtk (normally the initial solution) is *-00000.vtu * if all timesteps are writen the time step number and vtk number correspond
-
Christoph Grüninger authored
[cleanup][CMake] Skip on 77 is now the default for dune 3.0 See merge request !173
-
Bernd Flemisch authored
moved the "using" command in front of the doxygen description in the fulidsystems, as detailed in the FS315. see also http://www.dumux.org/flyspray/index.php?do=details&task_id=315 See merge request !174
-
Johannes Hommel authored
-
Timo Koch authored
-
- Jul 20, 2016
-
-
[fix/feature/PointSourceMap] adds computation of PointSourceMap as a Function which can be called and overloaded, is used in adaptive Grids
-
Christoph Grüninger authored
[doc] Adapt to upstream signature change of create_doc_install * The macro signature changed. Now dumux runs successfully through configure step again and builds the handbook. * Remove deprecated `FATHER_TARGET`,` DEFAULT_PDF` arguments for latex_document See merge request !170
-
Timo Koch authored
- Jul 07, 2016
-
-
Christoph Grüninger authored
[bugfix][multidomain] Fix erroneous commit 37152c5d See merge request !168
-
Thomas Fetzer authored
-
Katharina Heck authored
Feature/effectivepermeabilityrutqvisttsang See merge request !165
-
- Jul 06, 2016
-
-
Thomas Fetzer authored
Fix/installexternal See merge request !167
-
Martin Beck authored
-
- Jul 04, 2016
-
-
Martin Beck authored
The type of effectivePermeability is auto instead of a FieldMatrix. This is more flexible and does not require dim as a template parameter.
-
Martin Beck authored
Reviewed by heck Instead of calculating it in the local residual, the effective permeability is now calculated within a new file permeabilityrutqvisttsang.hh in the folder dumux/material/fluidmatrixinteractions. This is just one possible effective permeability model. Several others can be added and set via the property EffectivePermeabilityModel. Up to now, the permeabilities were averaged twice, first by calculating the mean of the mean of the intrinsic permeabilities in the flux variables and later by averaging the effective permeabilities in the local residual. This is redundant. Now, only the mean of the effective permeability is calculated in the local residual. This change required to change the reference files for the sequential and the parallel test.
-
- Jun 29, 2016
-
-
Kilian Weishaupt authored
Feaure/more robust air component The NotImplemented previously made simulations fail if the Newton diverged for some reason. Instead we try again now with smaller timestep. See merge request !164
-
Timo Koch authored
-
Timo Koch authored
-
Kilian Weishaupt authored
[3p3cni] Update ref.sol. after introduction of part.press. regularization This updates the reference solution as discussed after !154. See merge request !162
-
Kilian Weishaupt authored
[changelog] Mention added method maxTimeStepSize Deserves a mention because downstream modules implementing problem classes need to be adapted to compile. See merge request !163
-
Timo Koch authored
-
Timo Koch authored
-
- Jun 28, 2016
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
Move all testing related scripts to subfolder testing
- Jun 21, 2016
-
-
Bernd Flemisch authored
I introduced a regularization for the calculation of partial pressures. This is necessary to fix a problem that occured in Taraneh's flumevegas3p3cni example See merge request !154
-