Skip to content
Snippets Groups Projects
  1. Mar 23, 2015
  2. Mar 20, 2015
  3. Mar 12, 2015
  4. Mar 11, 2015
  5. Mar 03, 2015
  6. Feb 20, 2015
    • Bernd Flemisch's avatar
      [implicit] store Geometry if it is re-used · ec5a8c79
      Bernd Flemisch authored
      Since grid implementations like Yasp calculate the Geometries on the
      fly, every call to entity.geometry() may involve computation. This patch
      stores a Geometry when it can be used later on in the same block. Only
      for the implicit models, decoupled contains a lot more.
      
      For simple models this actually pays off: for 1p in 3d on a larger grid,
      the running time could be reduced from 15.5 to 14 s.
      
      Reviewed by Timo.
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14284 2fb0f335-1f38-0410-981e-8018bf24f1b0
      ec5a8c79
  7. Feb 11, 2015
  8. Feb 10, 2015
    • Bernd Flemisch's avatar
      [mpnc] retrieve run-time parameter values instead of compile-time · 9b27f263
      Bernd Flemisch authored
      property values
      
      Several values steering the output as well as the Newton have been
      handled inconsistently. While they have been obtained as run-time values
      from the parameter tree in other models or parts of the mpnc model, the
      compile-time property values have been taken at certain locations. Thus,
      despite "advertised" as being run-time, it was not possible to actually
      set them run-time. This was also due to the fact that those values have
      been set as (private) enums. In order to reach consistency, these values
      are member variables now and retrieved run-time.
      
      Reviewed by gruenich.
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14228 2fb0f335-1f38-0410-981e-8018bf24f1b0
      9b27f263
  9. Feb 09, 2015
  10. Feb 06, 2015
  11. Feb 05, 2015
  12. Feb 04, 2015
  13. Feb 02, 2015
Loading