Skip to content
Snippets Groups Projects
  1. Jul 08, 2020
  2. Jun 24, 2020
  3. May 06, 2020
  4. Apr 23, 2020
  5. Apr 22, 2020
  6. Apr 21, 2020
  7. Apr 18, 2020
  8. Apr 02, 2020
  9. Apr 01, 2020
  10. Mar 30, 2020
  11. Mar 04, 2020
  12. Dec 02, 2019
  13. Nov 11, 2019
  14. Sep 18, 2019
  15. Aug 09, 2019
  16. Aug 07, 2019
  17. Jul 31, 2019
  18. Mar 27, 2019
  19. Dec 18, 2018
  20. Dec 17, 2018
  21. Nov 27, 2018
  22. Nov 19, 2018
  23. Oct 17, 2018
  24. Jul 30, 2018
  25. Jul 06, 2018
  26. Jun 27, 2018
    • Bernd Flemisch's avatar
      [test][gridcreator] convert parallel output to sequential vtk files · 35b2d0ea
      Bernd Flemisch authored and Timo Koch's avatar Timo Koch committed
      The distribution of a grid over several cores can be system-dependent,
      rendering the direct comparison of resulting parallel vtk files
      impossible. To enable a comparison, convert the parallel files into
      sequential ones in the fuzzycompare Python script. With this approach,
      it is possible to compare the parallel output against the sequential
      one. Adapt the gridcreator tests correspondingly.
      
      Concerning the converted vtk files, a few difficulties had to be
      handled:
      * The files usually have duplicated vertices at the process borders.
        Eliminate the duplicated entries.
      
      * The files can have an empty `PointData` section yielding to problems
        since the number of children differs. Eliminate the empty section
        from the files.
      
      * The attributes may be different for each node: the
        `NumberOfComponents` isn't stated explicity if it is equal to `1`.
        On the other hand, the minimum and maximum values are provided
        which is not the case for the original vtk output. Eliminate the
        check of the attributes if a conversion from pvd has happened.
      
      Enhance the gridcreator tests using boundary markers with an
      additional synchronization step for those markers in the parallel
      regime.
      35b2d0ea
  27. Jun 21, 2018
  28. Jun 20, 2018
  29. May 02, 2018
Loading