Skip to content
Snippets Groups Projects
  1. Mar 26, 2012
  2. Mar 02, 2012
  3. Aug 14, 2011
  4. Jan 19, 2011
  5. Jan 14, 2011
  6. Jan 07, 2011
  7. Jan 05, 2011
  8. Dec 17, 2010
  9. Mar 29, 2010
  10. Feb 10, 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 17, 2008
  19. 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
  20. Nov 14, 2008
  21. Nov 13, 2008
  22. Nov 05, 2008
    • Mark Olesen's avatar
      surfMesh changes · 9705520e
      Mark Olesen authored
      - read 'ftr' triSurface format
      - added 'ofs' (OpenFOAM Surface) as new all-in-one surface format candidate
      - trying to get some sanity into the surface patch classes, but called it
        'surfGroup' (for now) to avoid conflict with existing 'surfacePatch'
      - add read() member like Mattijs suggested
      9705520e
  23. Oct 28, 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