- Nov 12, 2016
-
-
Mark Olesen authored
- extends existing surfaceFormats to include surfaces with labelledTri as their face representation.
-
- Feb 29, 2016
-
-
Henry Weller authored
-
- Jan 10, 2016
-
-
Henry Weller authored
-
- Aug 14, 2011
-
-
Henry authored
-
- Jan 19, 2011
-
- Jan 14, 2011
-
-
Andrew Heather authored
-
- Jan 07, 2011
-
-
graham authored
-
- Jan 05, 2011
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- Jul 28, 2010
-
-
graham authored
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
- Jul 10, 2009
-
-
Andrew Heather authored
-
- Mar 07, 2009
-
-
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
-
- Feb 05, 2009
-
-
Mark Olesen authored
- add placeholder BoundaryMesh to surfMesh allows us to drop the SurfGeoMesh class and just reuse the GeoMesh class. Do the same for triSurface.
-
- Feb 04, 2009
-
-
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.
-
- Jan 27, 2009
-
-
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.
-
- Dec 31, 2008
-
-
Mark Olesen authored
-
- Nov 21, 2008
-
-
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
-
- Nov 20, 2008
-
-
Mark Olesen authored
- optimized stl reading to skip sort if possible
-
- Nov 19, 2008
-
-
Mark Olesen authored
- use new HashSet capabilities and sortedOrder function - make STL format a MeshedSurface instead of an UnsortedMeshedSurface for better (MeshedSurface) reader efficiency
-
- Nov 17, 2008
-
-
Mark Olesen authored
-
- Nov 15, 2008
-
-
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
-
- Nov 13, 2008
-
-
Mark Olesen authored
- neither class names, nor the typedefs for the <face> and <triFace> instances are really decided
-
- Nov 11, 2008
-
-
Mark Olesen authored
-
- Oct 23, 2008
-
-
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
-
- Jun 25, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Apr 15, 2008
-
-
OpenFOAM-admin authored
-