- Mar 20, 2017
-
- Mar 17, 2017
-
-
Kilian Weishaupt authored
* 02e54008 erroneously replaced Yasp with AluGrid
-
- Feb 09, 2017
-
-
- Jan 31, 2017
-
-
Martin Beck authored
Replacing LinearSpacer/PowerLawSpacer structure with the grading option from gridcreator.hh, which allows to define multiple sets of increasing/ decreasing point distances for angular, radial and axial coordinates.
-
- Dec 13, 2016
-
-
Beatrix Becker authored
-
- Sep 27, 2016
-
-
-
Beatrix Becker authored
-
- Jul 26, 2016
-
-
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;`.
-
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
-
- Jun 28, 2016
-
-
Thomas Fetzer authored
Move all testing related scripts to subfolder testing
-
- Mar 23, 2016
- Mar 10, 2016
-
-
Thomas Fetzer authored
* liquid phase or gas phase can by chosen via the property system, so this fluidsystem is superfluous
-
- Mar 09, 2016
-
-
Christoph Grüninger authored
* Remove empty constructor * Remove wrongly included config.h which is only needed in cc files * Remove else after return in if branch
-
- Feb 02, 2016
-
-
Timo Koch authored
Argument dependent lookup deduces the Dune namespace from the function arguments that are also in namespace Dune.
-
- Jan 22, 2016
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Jan 07, 2016
-
-
Christoph Grüninger authored
-
- Jan 06, 2016
-
-
Timo Koch authored
The test has to have a main function. The test should be skipped if pdelab is not present.
-
- Dec 08, 2015
-
-
Christoph Grüninger authored
Because config.h is not in the same directory, but added via the include path by -I.
-
- Nov 18, 2015
-
-
Bernd Flemisch authored
At various places, the code still assumed 3d. Generalize it by replacing [2] by [dimWorld-1] or by appropriate if statements.
-
- Nov 16, 2015
-
-
Bernd Flemisch authored
The fix for the general AMGBackend in commit 21c2b3d8 didn't reach the El2PAMGBackend, since the el2p model defines its own AmgTraits. Resolve the issue by using template specialization and Dune::Capabilities.
-
- Oct 19, 2015
-
-
Martin Beck authored
TypeTag replaces GridView and Scalar as template arguments boundaryTypes and neumann function with vertex as input are not needed boundaryTypes and neumann function with globalPos as input are renamed into ..AtPos (reviewed by martins)
-
- Oct 16, 2015
-
-
Bernd Flemisch authored
-
- Oct 14, 2015
-
-
Bernd Flemisch authored
Some tests still use the GridView's begin method explicitly in order to obtain the first element with which some calculations are performed. It should be evaluated if this can be circumvented.
-
Martin Beck authored
(reviewed by fetzer)
-
- Oct 13, 2015
-
-
Martin Beck authored
Tests now use input files instead of command line input. Simulation time changed to the original setup with 1e6 s of initialisation and 1e6 s of injection. Reference files are adapted accordingly. Name of the executable for both the parallel and the non-parallel test is now the same. (reviewed by fetzer)
-
Christoph Grüninger authored
After removing uses of DUNE_VERSION_NEWER I forgot to get rid of the include dune/common/version.hh. (reviewed by fetzer)
-
- Oct 11, 2015
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Sep 23, 2015
-
-
Kilian Weishaupt authored
description of variables git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15511 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 25, 2015
-
-
Alexander Kissinger authored
- All headers and source files are moved to the specfied include directory during installation. - Existing CMakeLists.txt files were appended. - CMakeLists.txt were added in folders that did not contain any CMakeLists.txt files but contain headers - The installed version of dumux has been tested by Bernd with the dumux-lecture module Reviewed, modified and tested by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15347 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 19, 2015
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15303 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 07, 2015
-
-
Timo Koch authored
compare This is the 1. iteration. The thresholds might have to be adapted for more tests by knowledgable people This and the last commit on tests were reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15257 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 29, 2015
-
-
Bernd Flemisch authored
conventions Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15185 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 24, 2015
-
-
Thomas Fetzer authored
added cmake macro which, when called, links all input files of a folder reviewed by martinb git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15155 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 21, 2015
-
-
Timo Koch authored
Adapt all Ctests to the new, architecture. Reviewd by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15129 2fb0f335-1f38-0410-981e-8018bf24f1b0
-