- Dec 19, 2017
-
-
Kilian Weishaupt authored
-
-
- Dec 15, 2017
-
-
Dennis Gläser authored
This commit affects all properties and member variables
-
Dennis Gläser authored
This commit affects all properties and member variables
-
- Dec 10, 2017
-
-
Kilian Weishaupt authored
* clean-up * use correct discretization tag * use correct includes
-
- Dec 08, 2017
-
-
Timo Koch authored
-
- Dec 06, 2017
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* Use PrimaryVariables instead of InitialValues, SourceValues, ...
-
- Nov 20, 2017
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Aug 23, 2017
-
-
Timo Koch authored
-
- Jun 08, 2017
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* so additional clean-up
-
- Mar 06, 2017
-
-
* use outflow instead of Neumann
-
- Feb 10, 2017
-
-
-
* 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!
-
- Dec 14, 2016
-
-
Timo Koch authored
-
- Nov 23, 2016
-
-
-
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
-
- Jul 26, 2016
-
-
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;`.
-
- May 24, 2016
-
-
Thomas Fetzer authored
-