- Dec 04, 2017
-
-
Simon Emmert authored
-
Simon Emmert authored
-
-
Simon Emmert authored
-
Simon Emmert authored
-
Simon Emmert authored
-
Simon Emmert authored
-
-
Simon Emmert authored
-
Simon Emmert authored
-
-
- Nov 30, 2017
-
-
Timo Koch authored
-
- Jul 17, 2017
-
-
Timo Koch authored
-
- Apr 06, 2017
-
-
(cherry picked from commit ab989eae)
-
- Mar 29, 2017
-
-
Kilian Weishaupt authored
* Old one did not account for changes in parameter names
-
-
- Jan 30, 2017
-
-
(cherry picked from commit 286ba6c7)
-
- Jan 09, 2017
-
-
- The laws store a pointer to the spatial parameters instead of an initial field (more user-friendly). - The permeability type has to be stated publicly in the spatial parameters
-
-
- Dec 29, 2016
-
-
Martin Beck authored
Fix/restart and episodes For me it would be more intuitive to first advance the time level and then do all the processing and file writing. However this is more complicated, therefore I shifted the restart stuff to the same level as the vtk output stuff. See merge request !310
-
- Nov 29, 2016
-
-
2p2c updated the reference solutions (changed phase presence indices) 2pnc changed: plSg --> pnsw; pgSl --> pwsn, removed plSg + pgSl from indices 2pncmin changed: plSg --> pnsw; pgSl --> pwsn as for 2pnc 2p2c, 2pnc: added the formulation changes to CHANGELOG.md (cherry picked from commit b03738a2)
-
- Nov 23, 2016
-
-
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;`.
-
Thomas Fetzer authored
this means * the first vtk (normally the initial solution) is *-00000.vtu * if all timesteps are writen the time step number and vtk number correspond
-
- Jun 28, 2016
-
-
Thomas Fetzer authored
Move all testing related scripts to subfolder testing
-
- Mar 11, 2016
-
-
Thomas Fetzer authored
* reference solution for box and cc changed after correcting liquidDensity function in commit 9757ac83 * reference solution for cc used wrong globalPos
-
- Mar 09, 2016
-
-
Timo Koch authored
* Changed test problem to work with both discretizations * Added a cell-centered test problem with reference solution * Use new gridcreator * The box reference solution lost the boxVolume data array * Make variable switch work for cc
-
- Mar 08, 2016
-
-
Timo Koch authored
Introduce epsilon for floating point comparison in test.
-
Timo Koch authored
This commit contains backward imcompatible. All flux variables now have to be default constructed. Implementers of flux variables need to make their implementation default construcable too. All calls to the old non-default ctors will throw errors at runtime and emit deprecation warning at compile time. FluxVars are no constructed and update like this: FluxVariables fluxVars; fluxVars.update(...) Being default contructable offers more flexible class inheritance and more flexible caching possiblities. To this end especially the 2pnc/2pncmin flux variables where updated to comform with other models. This involves some deprecations. The 2pncmin reference had to be altered in the velocity. The velocity was previously outputted wrongly as the correct volumeFlux variable was never computed for 2pnc/2pncmin.
-
- Jan 27, 2016
-
-
Kilian Weishaupt authored
Use volVars.moleFraction(wPhaseIdx, NaClIdx) instead of volVars.fluidState().moleFraction(wPhaseIdx, NaClIdx)
-
- Jan 22, 2016
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Dec 08, 2015
-
-
Christoph Grüninger authored
Because config.h is not in the same directory, but added via the include path by -I.
-
- Nov 03, 2015
-
-
Bernd Flemisch authored
See FS#250 for details.
-