Skip to content
Snippets Groups Projects
  1. Dec 02, 2019
  2. Nov 11, 2019
  3. Sep 18, 2019
  4. Aug 09, 2019
  5. Aug 07, 2019
  6. Jul 31, 2019
  7. Mar 27, 2019
  8. Dec 18, 2018
  9. Dec 17, 2018
  10. Nov 27, 2018
  11. Nov 19, 2018
  12. Oct 17, 2018
  13. Jul 30, 2018
  14. Jul 06, 2018
  15. 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
  16. Jun 21, 2018
  17. Jun 20, 2018
  18. May 02, 2018
  19. Jan 11, 2018
  20. Dec 18, 2017
  21. Dec 12, 2017
  22. Nov 23, 2017
  23. Nov 16, 2017
  24. Oct 11, 2017
  25. Oct 02, 2017
  26. Sep 06, 2017
  27. Sep 05, 2017
  28. Sep 04, 2017
  29. Jul 25, 2017
  30. Jul 21, 2017
Loading