Skip to content
Snippets Groups Projects
  1. Jun 13, 2017
  2. Jun 12, 2017
  3. Jun 02, 2017
  4. Jun 01, 2017
    • Mark OLESEN's avatar
      ENH: add VTP, VTU output for most vtk writers (insitu only) · a2e978d4
      Mark OLESEN authored
      - with the xml append format it is possible to write raw binary
        (instead of base64), but the writer becomes more complicated.
        Either needs two passes to create, or need to allocate a block
        of space for the header information (like VTK itself does) and
        write later.
      
          * internalWriter
          * patchWriter
          * surfaceMeshWriter
          * lagrangianWriter
      
       Also these special purpose ones:
          * foamVtkWriteSurfFields
      a2e978d4
  5. May 31, 2017
    • Mark OLESEN's avatar
      ENH: construct VTK writers with the outputOptions and adjust internally · c4f13494
      Mark OLESEN authored
      - this shifts responsibility away from caller to the individual writers
        for knowing which file formats are supported and which file ending is
        appropriate. When the writer receives the output format request,
        it can elect to downgrade or otherwise adjust it to what it can
        actually manage (eg, legacy vs xml vs xml-append).
      
        But currently still just with legacy format backends.
      c4f13494
  6. May 30, 2017
  7. May 24, 2017
    • Mark OLESEN's avatar
      ENH: paraview reader module with internal caching of the vtk geometries · a42c35f6
      Mark OLESEN authored
      - The reader module allows two levels of caching.
        The OpenFOAM fvMesh can be cached in memory, for faster loading of
        fields. Additionally, the translated VTK geometries are held in a
        local cache. The cached VTK geometries should incur no additional
        overhead since they use the VTK reference counting for their storage
        management.
      a42c35f6
  8. May 23, 2017
  9. May 22, 2017
  10. May 15, 2017
  11. May 14, 2017
  12. May 12, 2017
  13. May 19, 2017
  14. May 12, 2017
  15. Jun 14, 2017
  16. Jun 13, 2017
  17. Jun 12, 2017