- Apr 15, 2020
-
-
- Apr 14, 2020
-
-
-
Timo Koch authored
-
- Apr 02, 2020
-
-
- Mar 30, 2020
-
-
Dennis Gläser authored
-
- Mar 11, 2020
- Oct 08, 2019
-
-
Bernd Flemisch authored
-
-
-
-
- Oct 02, 2019
-
-
Bernd Flemisch authored
Also remove unnecessary inclusions of the header.
-
- Sep 12, 2019
-
-
- Jul 01, 2019
-
-
Martin Utz authored
Remove unnecessesary part from updateAnalyticalSolution.
-
Martin Utz authored
Also some of the smaller suggestions of the review process are integrated.
-
Martin Utz authored
- use std::array instead of std::vector. - In general manningN is a spatial parameter, so put it there, even if it is a constant in the rough channel test. - Rename the water depth from h to waterDepth. - Fix the dambreak test, which was incidentially broken by the work on thei rouch channel test.
-
Martin Utz authored
The test provides a simple channel flow based on the friction law after Manning. Normal flow is assumed, therefore the formular after Gaukler, Manning and Strickler can be used to get an analytic solution.
-
- May 13, 2019
-
-
Add the entries for the shallow water model in module.txt. Ensure that all classes and functions have docstrings. Document the ShallowWaterFlux class.
-
- May 02, 2019
-
-
Timo Koch authored
-
- May 01, 2019
-
-
- Dec 18, 2018
-
-
* Now: // Add model specific output fields
-
-
- Dec 17, 2018
-
-
Timo Koch authored
-
- Nov 26, 2018
-
-
* export PrivarSwitch in VolVars * do not set PriVarSwitch property in model.hh anymore
-
- Nov 25, 2018
-
-
Timo Koch authored
-
- Nov 17, 2018
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Nov 13, 2018
-
-
This involes small changes for the 2p non-isothermal problem and the mpnc-comparison references and links.
-
- Nov 09, 2018
-
-
-
Rename `VtkOutputFields` to `IOFields`. Add `primaryVariableName` functions, don't use centralized names yet. Add required template parameters. Adapt properties correspondingly.
-
- Aug 08, 2018
-
-
Timo Koch authored
-
- Jul 20, 2018
-
-
- Jun 28, 2018
-
-
- Apr 09, 2018
-
-
Kilian Weishaupt authored
-
- Feb 05, 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
-