- Mar 26, 2012
-
-
mattijs authored
-
- Mar 02, 2012
-
-
mattijs 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
-
- Dec 17, 2010
-
-
Mark Olesen authored
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
- Feb 10, 2010
-
-
Mark Olesen authored
STYLE: drop surface extraction from foamToStarMesh - retain surfZone names when writing surfaces - remove surface extraction/writing from meshWriter since it now duplicates what the meshedSurface class can do.
-
- 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 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 14, 2008
-
-
Mark Olesen authored
-
- Nov 13, 2008
-
-
Mark Olesen authored
- neither class names, nor the typedefs for the <face> and <triFace> instances are really decided
-
- Nov 05, 2008
-
-
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
-
- Oct 28, 2008
-
-
Mark Olesen authored
- improves efficiency throughout
-
- 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
-