- Aug 08, 2018
-
-
Timo Koch authored
-
- Aug 06, 2018
-
-
Kilian Weishaupt authored
-
- Jul 20, 2018
-
-
-
-
-
Kilian Weishaupt authored
-
- Jul 12, 2018
-
-
- Jul 09, 2018
-
-
[test][navierstokes] Add parameters in input file to improve documentation of the numeric epsilon feature
-
-
- Jun 28, 2018
-
-
-
Timo Koch authored
Implement a grid manager class that creates grids and a grid data object. The new class is no longer a singleton. It is instantiated by the user. It is possible to get a shared_ptr to the grid data to pass it on to e.g. problem / spatial parameter classes. * No longer sets the overlap automatically (overlap to be checked by the grid geometry) * Does not depend on discretization method or TypeTag anymore Joint work with Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
-
- Jun 18, 2018
-
-
Timo Koch authored
-
- Jun 05, 2018
-
-
- May 16, 2018
-
-
- May 14, 2018
-
-
Kilian Weishaupt authored
* index of the pressure has to equal the one of the main component * advection law does not need outflow information * fix some reference solutions
-
- May 07, 2018
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
- May 03, 2018
-
-
With contributions of Farid Mohammadi <farid.mohammadi@iws.uni-stuttgart.de>.
-
- Apr 26, 2018
-
-
Thomas Fetzer authored
-
-
- Apr 23, 2018
-
-
Thomas Fetzer authored
-
- Apr 17, 2018
-
-
Thomas Fetzer authored
-
-
- Apr 15, 2018
-
-
Contributions by Timo Koch, Kilian Weishaupt.
-
- 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
-