- Nov 17, 2018
-
-
Bernd Flemisch authored
-
- Nov 13, 2018
-
-
- Nov 09, 2018
-
-
The functionality is tested in `test/io/vtk/test_vtk_staggeredfreeflowpvnames`.
-
Kilian Weishaupt authored
-
- Nov 02, 2018
-
-
Melanie Lipp authored
-
- Aug 27, 2018
-
-
Kilian Weishaupt authored
* clang won't compile otherwise
-
- Aug 10, 2018
-
-
Timo Koch authored
* We require the signature std::string(int, int) signature for all pv names functions passed to load solution. You can still wrap a function that just takes a privar index into a lambda with these two arguments. * We make FluidSystem an optional template parameter for all functions that don't make use of it. This way they can be also used directly in loadSolution when not using the convenience free function pvNames. * We return a function from the convenience free function now to be able to include the param group
-
Timo Koch authored
-
Works for non-staggered discretizations and solution vectors without state so far.
-
Pick the corresponding part of the staggered `MultiTypeBlockVector` in the main file and pass it to the general `loadSolutionFromVtkFile` in the `loadSolution` function. Add specialized `primaryVariableNameCell` and `...Face` functionality.
-
-
- Jul 20, 2018
-
-
-
-
Kilian Weishaupt authored
-
- Jul 12, 2018
-
-
- Jun 28, 2018
-
-
- May 03, 2018
-
-
With contributions of Farid Mohammadi <farid.mohammadi@iws.uni-stuttgart.de>.
-
- Apr 17, 2018
-
-
- Apr 05, 2018
-
-
Dennis Gläser authored
-
- Mar 29, 2018
-
-
Thomas Fetzer authored
-
- Mar 15, 2018
-
-
- 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
-
- Jan 16, 2018
-
-
Timo Koch authored
* [test][richards] Fix solver include (Used to compile before due to indirect include over newtoncontroller.
-
- 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 19, 2017
-
-
Kilian Weishaupt authored
-
- Dec 15, 2017
-
-
Timo Koch authored
-
- Dec 08, 2017
-
-
Kilian Weishaupt authored
-
- Nov 20, 2017
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Feb 10, 2017
-
-
* Stokes (Re=1) and Navier-Stokes (Re=1000) flow regimes
-
*Lid-driven cavity *Hydrostatic pressure distribution
-
-
*This is just a copy of the standard 1p test to have something that acutally compiles * Needs to be reworked completely!
-
- Dec 16, 2016
-
-
Dennis Gläser authored
-