Skip to content
Snippets Groups Projects
  1. Nov 12, 2016
    • Mark Olesen's avatar
    • Mark Olesen's avatar
      DEFEATURE: remove broken OFS surfaceFormat (issue #296, #294) · bd9626f9
      Mark Olesen authored
      - This format is fortunately little-used (or never used) since its
        inception.
      
        Using raw stream operators to write zones, points and faces in a
        single file was not well thought out - the output content varies
        with the Face template type (face, triFace, labelledFace), which
        makes it not very robust at all.
      
        The static read in OFSsurfaceFormat also has a bug - keeping
        transcribed faces from being passed through.
      
        Conclusion: removing it makes more sense that repairing and still
        not having something good.
      
        Do retain stream operators for MeshedSurface and UnsortedMeshedSurface,
        since they are useful for passing around data
        (eg, between processors), but they shouldn't be used for files.
      bd9626f9
  2. Nov 11, 2016
  3. Nov 10, 2016
    • Mark OLESEN's avatar
      Merge branch 'feature-convert' into 'develop' · a3fd21b3
      Mark OLESEN authored
      Improvements to the conversion utilities
      
      Various changes associated with issue #204.
      
      * Reduced code duplication for handling prostar conversion and IO
      * Simple conversion to/from AVL/FIRE geometries
      * New library basis for conversion to/from CCM geometries - handles multiple regions, conformal interfaces etc. No support for film or 2d shell geometries
      * Improved infrastructure for writing VTK content. Will propagate usage through other parts of the code in the future.
      
      See merge request !76
      a3fd21b3
  4. Nov 09, 2016
  5. Nov 08, 2016
  6. Nov 07, 2016
  7. Nov 04, 2016
  8. Nov 03, 2016
  9. Nov 02, 2016