Skip to content
  • 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