Skip to content
Snippets Groups Projects
  1. Jan 26, 2017
  2. Dec 29, 2016
    • Martin Beck's avatar
      Merge branch 'fix/restartAndEpisodes' into 'master' · 874146ba
      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
      874146ba
  3. Dec 27, 2016
  4. Dec 23, 2016
  5. Dec 22, 2016
  6. Dec 21, 2016
  7. Dec 16, 2016
  8. Dec 14, 2016
  9. Dec 13, 2016
  10. Dec 12, 2016
  11. Dec 10, 2016
  12. Dec 09, 2016
  13. Dec 05, 2016
  14. Dec 02, 2016
  15. Dec 01, 2016
    • Bernd Flemisch's avatar
      Merge branch 'feature/defaulttoamg' into 'master' · c0fa8df8
      Bernd Flemisch authored
      [implicit][propertydefaults] set AMG as default linear solver
      
      The default linear solver is set to AMG. The solver is parallel in contrast to the current default sequential solver and
      shows the best performance in a wide range of problems.
      
      After changing this, some tests
      failed. If the differences in the solution were in the order of machine
      epsilon, the zero threshold value has been adjusted. 
      
      In the remaining cases
      the origin of the tests to fail after changing the linear solver could not be
      detected and the original linear solver has been set as a property for these tests.
      (it quite possibly has to be a bug in the models as the same jacobian should lead to the same solution,
      the newton convergence criteria were tried in the most precise configuration and there were still differences)
      
      TODO
      * [x] test corner point grid
      
      This fixes #325.
      
      See merge request !218
      c0fa8df8
    • Timo Koch's avatar
      Merge branch 'cleanup/fs-338-3pwateroil' into 'master' · 34948a76
      Timo Koch authored
      Cleanup/fs 338 3pwateroil
      
      Fixes #338 and #337.
      
      See merge request !261
      34948a76
    • Kilian Weishaupt's avatar
      [3pwateroil][model] Remove unused typedefs · 3f1176e9
      Kilian Weishaupt authored and Timo Koch's avatar Timo Koch committed
      *Remove ElementIterator and VertexIterator typedefs
      3f1176e9
Loading