Skip to content
Snippets Groups Projects
  1. Dec 04, 2017
  2. Nov 30, 2017
  3. Jul 17, 2017
  4. Apr 06, 2017
  5. Mar 29, 2017
  6. Jan 30, 2017
  7. Jan 09, 2017
  8. Dec 29, 2016
    • Martin Beck's avatar
      Merge branch 'fix/restartAndEpisodes' into 'master' · ab4be264
      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
      ab4be264
  9. Nov 29, 2016
  10. Nov 23, 2016
  11. Jul 26, 2016
    • Bernd Flemisch's avatar
      remove superfluous `Dumux::` qualifiers · 35bf6f1d
      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;`.
      35bf6f1d
    • Thomas Fetzer's avatar
      [vtk][test] Start vtk numbering with 0 · 0b670e7b
      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
      0b670e7b
  12. Jun 28, 2016
  13. Mar 11, 2016
    • Thomas Fetzer's avatar
      [test][2pncmin] Fix test · 630df99d
      Thomas Fetzer authored
      * reference solution for box and cc changed after correcting liquidDensity function in commit 9757ac83
      * reference solution for cc used wrong globalPos
      630df99d
  14. Mar 09, 2016
    • Timo Koch's avatar
      [2pncmin] Adapt model to work with cc and box · 9b4b0aeb
      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
      9b4b0aeb
  15. Mar 08, 2016
    • Timo Koch's avatar
      [2pncmin][cleanup] Beautifications, remove white space, unused typedefs, members, functions. · 6b5aff33
      Timo Koch authored
      Introduce epsilon for floating point comparison in test.
      6b5aff33
    • Timo Koch's avatar
      [fluxvars] Make FluxVariables default constructable · 04324a52
      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.
      04324a52
  16. Jan 27, 2016
  17. Jan 22, 2016
  18. Dec 08, 2015
  19. Nov 03, 2015
Loading