Skip to content
Snippets Groups Projects
  1. Mar 31, 2015
  2. Mar 30, 2015
  3. Mar 27, 2015
  4. Mar 26, 2015
  5. Mar 25, 2015
  6. Mar 24, 2015
  7. Mar 23, 2015
  8. Mar 20, 2015
  9. Mar 12, 2015
  10. Mar 11, 2015
  11. Mar 03, 2015
  12. 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
Loading