- 20 Nov, 2017 3 commits
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- 23 Aug, 2017 1 commit
-
-
Timo Koch authored
-
- 08 Jun, 2017 2 commits
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* so additional clean-up
-
- 06 Mar, 2017 1 commit
-
-
* use outflow instead of Neumann
-
- 10 Feb, 2017 18 commits
-
-
-
* Use new BoundaryValues class
-
* isWall function now also works in 3D
-
* Can be accessed with regular priVar indices * In the problem, a helper type has to be used in order to specifiy the velocities as vectors
-
* Stokes (Re=1) and Navier-Stokes (Re=1000) flow regimes
-
*Tests now use a Dirichlet BC for the pressure to get unique results
-
*Lid-driven cavity *Hydrostatic pressure distribution
-
* Include no-slip Dirichlet BC * Remove unused code
-
* Do not write drs files * Pressure Dirichlet BC only on right side
-
*Naive implementation *Remove unused stuff
-
-
-
* Cell-center privars might be related to two or even more equations while face priVars will probably always be related to only one equation
-
* Do not inherit from ImplicitLocalResidual anymore
-
* Use FluidSystems::LiquidPhase instead of Dumux::LiquidPhase
-
-
-
*This is just a copy of the standard 1p test to have something that acutally compiles * Needs to be reworked completely!
-
- 14 Dec, 2016 1 commit
-
-
Timo Koch authored
-
- 23 Nov, 2016 4 commits
-
-
-
Timo Koch authored
Apparently returning sets by value is extremely slow. Return everything by reference. Try use insert. Eliminate map in localjacobian. * use stationary capability. We now have a speedup of 30%! im comparison to stable at solver dominated 300x300 cells.
-
Timo Koch authored
-
Timo Koch authored
-
- 26 Jul, 2016 1 commit
-
-
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;`.
-
- 24 May, 2016 1 commit
-
-
Thomas Fetzer authored
-
- 23 Mar, 2016 1 commit
-
-
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.
-
- 10 Mar, 2016 1 commit
-
-
Thomas Fetzer authored
-
- 02 Feb, 2016 1 commit
-
-
Timo Koch authored
-
- 22 Jan, 2016 2 commits
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- 08 Dec, 2015 1 commit
-
-
Bernd Flemisch authored
In dumux/linear/boxlinearsolver.hh, there are several linear solver backends which use "self-written" infrastructure for parallel runs from several files in dumux/linear. Deprecate those solvers and the infrastructure files due to the following reasons: - The parallelism is restricted to box. - The iteration counts deteriorate with growing process numbers. - The code is hard to maintain or to generalize. - We have the general / rather robust / mostly upstream-maintained AMGBackend. Use the corresponding sequential solvers from seqsolverbackend.hh by default and in the serial tests. This implements FS#293.
-
- 03 Nov, 2015 1 commit
-
-
Bernd Flemisch authored
See FS#250 for details.
-
- 19 Oct, 2015 1 commit
-
-
Christoph Grüninger authored
Use dune-ALUGrid instead. (reviewed and improved by timok)
-