- Apr 10, 2018
-
-
With contributions of Ned Coltman <edward.coltman@iws.uni-stuttgart.de>.
-
- Apr 06, 2018
-
-
Kilian Weishaupt authored
-
- Apr 05, 2018
-
-
Dennis Gläser authored
-
- Mar 29, 2018
-
-
Thomas Fetzer authored
-
- Mar 27, 2018
-
-
Thomas Fetzer authored
* better distinguish between total mass balance and component mass balances
-
- Mar 15, 2018
-
-
- Mar 01, 2018
-
-
Kilian Weishaupt authored
-
- Feb 12, 2018
-
-
Kilian Weishaupt authored
* rename old test for low Re testing
-
- Feb 09, 2018
-
-
Kilian Weishaupt authored
* 1p2c, 2p2c, test_donea (NavierStokes)
-
- Feb 07, 2018
-
-
Melanie Lipp authored
-
- Feb 01, 2018
-
-
- Jan 18, 2018
-
-
Timo Koch authored
This patch reduces dependencies and makes usage of linear solvers more flexible, i.e. for two problems with different typetag * Linear solvers don't need type tag anymore, in fact they don't need any template params * the preconditioner block size is now provided for the solve method (see e.g. staggered newton controller) * the amg has a convencience alias using a TypeTag but is "independent" through indirection via the traits
-
- Jan 16, 2018
-
-
Timo Koch authored
* [test][richards] Fix solver include (Used to compile before due to indirect include over newtoncontroller.
-
- Jan 10, 2018
-
-
- Jan 08, 2018
-
-
Kilian Weishaupt authored
* make output more clear
-
- Jan 06, 2018
-
-
Kilian Weishaupt authored
* calculate the mass and volume fluxes over two different planes
-
- Dec 21, 2017
-
-
Sina Ackermann authored
-
Sina Ackermann authored
* use LiquidPhase directly
-
Sina Ackermann authored
-
- Dec 19, 2017
-
-
Kilian Weishaupt authored
-
- Oct 16, 2017
-
-
Kilian Weishaupt authored
* we only support the staggered grid implementation on next
-
- Mar 20, 2017
-
- Jan 30, 2017
- Dec 13, 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
-
-
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
-
- Feb 02, 2016
-
-
Christoph Grüninger authored
Get rid of external grid managers Use coarser mesh (65x65 instead of 85x85)
-
- Jan 22, 2016
-
-
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.
-
- Oct 19, 2015
-
-
Christoph Grüninger authored
Use dune-ALUGrid instead. (reviewed and improved by timok)
-
- Sep 01, 2015
-
-
Thomas Fetzer authored
- added doxygen comments and cleanup of defaultcomponents.hh - improved documentation of constant.hh [test] - added units in test_navierstokes.input reviewed by natalies git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15420 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 27, 2015
-
-
Thomas Fetzer authored
- added "constant" component which reads its properties from the input file - updated documention for the "unit" component - updated test_navierstokes which now uses the "constant" component reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15395 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
-
- 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
-
-
Thomas Fetzer authored
Adapt all Ctests to the new architecture of runtest Reviewd by timok git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15131 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by timok) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15127 2fb0f335-1f38-0410-981e-8018bf24f1b0
-