Skip to content
Snippets Groups Projects
  1. Sep 17, 2018
    • Mark OLESEN's avatar
      ENH: code improvements for vtkCloud function object (issue #926) · 03eec4a5
      Mark OLESEN authored
      - use parallel list writing, beginDataArray methods.
      
      - use static_assert to restrict conversion of non-label integral types
      
      - cache .vtp.series information by fileName instead of by cloud name.
        This issues if the output directory changes, and simplifies code.
      
      ENH: emit TimeValue in files generated by vtkCloud
      
      - additional information for passing to ParaView
      
      ENH: vtkCloud output to postProcessing/ (issue #866)
      
      - better alignment with other function objects, no collision with
        foamToVTK output.
      03eec4a5
  2. Sep 27, 2018
  3. Sep 17, 2018
  4. Oct 16, 2018
  5. Sep 13, 2018
  6. Sep 10, 2018
  7. Aug 13, 2018
  8. Sep 17, 2018
  9. Oct 02, 2018
  10. Sep 29, 2018
  11. Sep 17, 2018
    • Mark OLESEN's avatar
      ENH: use some updated vtk output methods · d8375248
      Mark OLESEN authored
      d8375248
    • Mark OLESEN's avatar
      ENH: improvements for foamVtkOutput, foamVtkFormatter (issue #926) · 05427217
      Mark OLESEN authored
      - parallel list output for foamVtkOutput
      
      - simplified '.series' file output
      
      - beginDataArray() method instead of openDataArray() + closeTag()
        since this seems to be the most common use anyhow.
        With an optional argument for leaving the tag open, this works the
        same as openDataArray() which may be deprecated in the future.
      
      - begin/end methods for CellData, PointData, FieldData (commonly used)
      
      - templating parameters for file headers, content version,
        legacy fields. This improves coding robustness and convenience of use.
      
      - use formatter and higher-level methods for legacy output
      
      - attribute quoting character now part of the formatter itself
        instead of as an argument for xmlAttr().
        Toggle with quoting() method.
      
      - pair-wise processing of xml attributes, which also allows them to be
        passed as optional entries when creating an xml tag.
      
      - xmlComment with multiple arguments
      05427217
    • Mark OLESEN's avatar
      ENH: add renumbering support into foamVtuSizing algorithm (issue #926) · 19e03f7d
      Mark OLESEN authored
      - allows cell point labels will use global numbering, but only for
        unmerged points. We'd ideally like to avoid point merging per se,
        and instead use VTK point blanking instead (as required).
      
        This approach allows parallel collation of the output into a single
        piece directly.
      19e03f7d
  12. Nov 23, 2018
  13. Nov 22, 2018
  14. Nov 21, 2018
  15. Nov 22, 2018
  16. Nov 21, 2018