Skip to content
Snippets Groups Projects
  1. Jun 26, 2019
  2. Jun 02, 2019
  3. Jun 01, 2019
  4. May 15, 2019
  5. May 13, 2019
  6. May 05, 2019
  7. Apr 05, 2019
  8. Mar 28, 2019
  9. Mar 03, 2019
  10. Mar 01, 2019
  11. Feb 21, 2019
  12. Dec 18, 2018
  13. Dec 17, 2018
  14. Dec 05, 2018
    • Bernd Flemisch's avatar
      [io][gmsh][uggrid] fix reading a Gmsh file into a parallel UGGrid · 8728f7f9
      Bernd Flemisch authored
      Depending on the Dune version, the boundary markers are present on
      all processes (<= 2.6) or on the root process only (>= 2.7). Try to
      handle this in a flexible way in the corresponding data handle:
      Determine if the minimum size over all processes of the boundary
      markers vector is zero. If yes, assume that the root process contains
      all markers and broadcast them.
      
      Currently, it isn't possible to refine a parallel UGGrid that has
      been read by a GmshReader, see dune-grid issue #83. Therefore, don't
      refine in the corresponding test.
      8728f7f9
  15. Nov 30, 2018
  16. Nov 22, 2018
  17. Nov 17, 2018
  18. Nov 13, 2018
  19. Nov 09, 2018
  20. Aug 29, 2018
  21. Aug 27, 2018
  22. Aug 10, 2018
  23. Jul 06, 2018
  24. Jun 28, 2018
    • Kilian Weishaupt's avatar
      [test] Use new grid managers · 5a326c86
      Kilian Weishaupt authored and Timo Koch's avatar Timo Koch committed
      5a326c86
    • Timo Koch's avatar
      [io][gridmanager] Implement grid manager and grid data classes without singleton · 82be40dc
      Timo Koch authored
      Implement a grid manager class that creates grids and a grid data object. The new class
      is no longer a singleton. It is instantiated by the user. It is possible to get a
      shared_ptr to the grid data to pass it on to e.g. problem / spatial parameter classes.
      
      * No longer sets the overlap automatically (overlap to be checked by the grid geometry)
      * Does not depend on discretization method or TypeTag anymore
      
      Joint work with Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
      82be40dc
Loading