Skip to content
Snippets Groups Projects
  1. Nov 13, 2016
    • Mark Olesen's avatar
      ENH: simplify check for metis sizes (issue #290) · 704620ae
      Mark Olesen authored
      - Now that the metisDecomp uses the metis definition for float/double,
        do not need to verify the scalar sizes.
      
      Note:
      - could drop precision qualifier for metis, scotch installation
        (include, lib) as being unneeded, but it is simpler to keep them
        and continue to use the FOAM_EXT_LIBBIN path
        (in case other ThirdParty software is compiled with different
        precisions).
      704620ae
  2. Nov 12, 2016
  3. Nov 13, 2016
    • Mark Olesen's avatar
      BUG: Field construct from Xfer<Field> fails (issued #298) · 28c75d8d
      Mark Olesen authored
      - Cannot pass through to underlying list constructor directly.
      
      - As this constructor was broken, there seem to be a number of
        workarounds scattered in the code. Could revisit them in the future
        as part of code-style:
      
            edgeMesh(const Xfer<pointField>&, const Xfer<edgeList>&);
            CompactIOField(const IOobject&, const Xfer<Field<T>>&);
            GlobalIOField(const IOobject&, const Xfer<Field<Type>>&);
            IOField(const IOobject&, const Xfer<Field<Type>>&);
      28c75d8d
    • Mark Olesen's avatar
      BUG: unallocated list in triSurface vtk reader (issue #297) · c09c8e36
      Mark Olesen authored
      - Condition is there to catch cases where the vtkSurfaceFormat returns
        no zones (which should never be the case), but assigns a fallback
        value without first resizing.
      c09c8e36
  4. 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
  5. Nov 11, 2016
  6. 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
  7. Nov 09, 2016
  8. Nov 08, 2016
  9. Nov 07, 2016
  10. Nov 04, 2016
  11. Nov 03, 2016