- Apr 19, 2020
-
-
Timo Koch authored
-
- Apr 14, 2020
-
-
Timo Koch authored
-
- Apr 07, 2020
-
-
Kilian Weishaupt authored
-
- Oct 10, 2019
-
-
- Oct 08, 2019
-
-
- Sep 12, 2019
-
-
- Jun 27, 2019
-
-
[freeflow][test] Add convergence sincos test. Unite steady and unsteady sincos test in one main file, probelem file and executable.
-
-
-
-
- Jan 08, 2019
-
-
-
-
-
In postTimeStep the L2 error is calculated using a difference to the analytical solution. Without this commit, the L2 error is calculated using a difference between the numerical solution at a certain time and the analytical solution one time step ahead. With this commit, the numerical and analytical solution used to calculate the L2 error should correspond to the same time.
-
- Dec 18, 2018
-
-
* Now: // Add model specific output fields
-
-
-
-
-
- Dec 17, 2018
-
-
Timo Koch authored
-
- Nov 26, 2018
-
-
Kilian Weishaupt authored
* clean-up includes * remove faulty usage message * init gridVars with one argument
-
- Nov 25, 2018
-
-
Timo Koch authored
-
- Nov 17, 2018
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Nov 13, 2018
-
-
- Nov 09, 2018
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Nov 02, 2018
-
-
Melanie Lipp authored
-
- Aug 08, 2018
-
-
Timo Koch authored
-
- Jul 20, 2018
-
-
-
-
Kilian Weishaupt authored
-
- Jun 28, 2018
-
-
- Apr 05, 2018
-
-
Dennis Gläser authored
-
- Mar 29, 2018
-
-
Thomas Fetzer authored
-
- Mar 01, 2018
-
-
Kilian Weishaupt authored
-
- Feb 07, 2018
-
-
Melanie Lipp authored
-
- 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
-