Skip to content
Snippets Groups Projects
  1. Dec 17, 2018
  2. Dec 13, 2018
  3. Dec 11, 2018
  4. Dec 07, 2018
  5. 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
  6. Dec 04, 2018
  7. Dec 03, 2018
  8. Dec 02, 2018
  9. Dec 01, 2018
  10. Nov 30, 2018
  11. Nov 29, 2018
Loading