Skip to content
Snippets Groups Projects
  1. Nov 12, 2016
  2. Feb 29, 2016
  3. Jan 10, 2016
  4. Aug 14, 2011
  5. Jan 19, 2011
  6. Jan 14, 2011
  7. Jan 07, 2011
  8. Jan 05, 2011
  9. Jul 28, 2010
  10. Mar 29, 2010
  11. Jul 10, 2009
  12. Mar 07, 2009
    • Mark Olesen's avatar
      surfMesh reworked · 6309810e
      Mark Olesen authored
      - treat 'ofs' IO just like any other format
      - dropped BasicMeshedSurface, since MeshedSurface can now also have zero or
        more zones
      - UnsortedMeshedSurface is a special type of MeshedSurface with zero zones,
        but with additional zoneId labels
      - use MeshedSurfaceProxy for writing surfaces with points/faces/zones and
        optional faceMap - provides output interface for MeshedSurface,
        UnsortedMeshedSurface and surfMesh.
      - simplify output to filenames only, I can't see that the Ostream
        is needed anywhere
      - surfMesh renaming now works, after the objectRegistry fix
      6309810e
  13. Feb 05, 2009
  14. Feb 04, 2009
    • Mark Olesen's avatar
      added surfMesh, reworked MeshedSurface · a43df3bd
      Mark Olesen authored
      - renamed surface regions (formerly patches or groups) to surfZone.
      
      - added surfMesh, but without any of the patch information needed to make it
        useful for finiteArea.
      
      - promoted coordinateSystem transformation to surfaceMeshConvert and moved
        old to surfaceMeshConvertTesting.
      a43df3bd
  15. Jan 27, 2009
    • Mark Olesen's avatar
      reworked surfMesh and PrimitivePatchExtra · ffdb280a
      Mark Olesen authored
      - ditched PrimitivePatchExtra in favour of a PatchTools class that is
        currently just a collection of static functions. They could equally well
        live within PrimitivePatch itself, but isolated also has its advantages.
      
      - MeshedSurface, UnsortedMeshedSurface now have 'regions' instead of
        'patches' since they are more like a faceZone for meshed surfaces than
        patches. This might avoid confusion at a later stage.
      ffdb280a
  16. Dec 31, 2008
  17. Nov 21, 2008
    • Mark Olesen's avatar
      surfMesh streamlining · fa69fd66
      Mark Olesen authored
       - all formats except ftr and gts are now read as MeshedSurface (thus sorted
         immediately). Avoid unnecessary sorting during construction though.
       - moved cleanup routines completely into PrimitiveMeshedSurface
      fa69fd66
  18. Nov 20, 2008
  19. Nov 19, 2008
    • Mark Olesen's avatar
      surfMesh changes · a5179ff4
      Mark Olesen authored
       - use new HashSet capabilities and sortedOrder function
       - make STL format a MeshedSurface instead of an UnsortedMeshedSurface for
         better (MeshedSurface) reader efficiency
      a5179ff4
  20. Nov 17, 2008
  21. Nov 15, 2008
    • Mark Olesen's avatar
      surfMesh code cleanup · c651a0ba
      Mark Olesen authored
       - added protected storedPoints(), storedFaces() functions for non-const
         access to the data. Mixing protected non-const versions and public const
         versions of the same method does not agree with the compiler
       - better handling of triFace/face distinction
      c651a0ba
  22. Nov 13, 2008
  23. Nov 11, 2008
  24. Oct 23, 2008
    • Mark Olesen's avatar
      checked in surfMesh library code · 2bb928ec
      Mark Olesen authored
        - keyedSurface is similar to triSurface, but uses faces
        - meshedSurface is sorted in regions and should be more memory efficient
        - surfMesh is the placeholder name for an OpenFOAM native surface format
      2bb928ec
  25. Jun 25, 2008
  26. Apr 15, 2008