- Dec 19, 2017
-
-
Timo Koch authored
-
-
- Dec 11, 2017
- Dec 07, 2017
-
-
- Sep 03, 2017
- Jan 30, 2017
-
-
Timo Koch authored
-
- Nov 16, 2016
-
-
Martin Beck authored
The changing constitutive relations task in exercise 1 previously was about exchanging the EffToAbsLaw with a LinearMaterial law. It makes more sense to replace the RegularizedBrooksCorey. The description in the handbook was adapted accordingly.
-
- 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;`.
-
- Mar 24, 2016
-
-
Timo Koch authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Thomas Fetzer authored
-
- Mar 23, 2016
-
-
This includes several tasks (in this commit tutorial / stokes / 1p / 2p-sequential) * Remove unnecessary header includes * Use vectors / FieldVectors when reading from input file more often * Use input file for structured grids instead of dgf files for most tests * Adapt usage message Several severe fixes to the original commit were provided by Dennis.
-
- Mar 10, 2016
-
-
Thomas Fetzer authored
-
Timo Koch authored
Fixes the diffs.
-
- Mar 09, 2016
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Clang warned about && and || without parenthesis which might confuse readers
-
- Mar 07, 2016
-
-
Kilian Weishaupt authored
* Rename coupled to implicit * Rename decoupled to sequential
-
- Feb 23, 2016
-
-
Johannes Hommel authored
Updated the sequential tutorial in the handbook. Deleted the old solutions_(de)coupled folders. The previous commit added the new updated solutions.
-
Johannes Hommel authored
Updated the tutorial and its description in the handbook to use implicit instead of coupled and sequential instead of decoupled.
-
- Feb 10, 2016
-
-
- Feb 02, 2016
-
-
Thomas Fetzer authored
-
- Jan 22, 2016
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- 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 03, 2015
-
-
Christoph Grüninger authored
-
- Oct 19, 2015
-
-
Christoph Grüninger authored
Use dune-ALUGrid instead. (reviewed and improved by timok)
-
- 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
-
- Jul 28, 2015
-
-
Hao Wu authored
Updated solution patch files. reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15177 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 24, 2015
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15160 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
-
Bernd Flemisch authored
The general setDirichlet function takes two parameters (pvIdx, eqIdx) corresponding to the index of the primary variable and the index of the balance equation. A convenience function that only takes one parameter exists which calls the general version with two equal parameters. So far, this one parameter has been documented as equation index. However, it is better to refer to the parameter as a primary variable index. This commit changes the parameter name and improves the documentation. Furthermore, it replaces calls in the tests, whenever the general version was called with two parameters of different name but equal value or whenever the simplified version was called with an equation index instead of a primary variable index. See FS#270 for details. Reviewed by Timo. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15115 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 14, 2015
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15066 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 24, 2015
-
-
Christoph Grüninger authored
Remove deprecated, Autotools-based build system. Use CMake-based one instead. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14939 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 28, 2015
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14138 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 24, 2014
-
-
Christoph Grüninger authored
Once more, the complete path must be part of the wildcard. (reviewed by natalies, like last commit) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13410 2fb0f335-1f38-0410-981e-8018bf24f1b0
-