DEFEATURE: remove broken OFS surfaceFormat (issue #296, #294)
- 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.
Showing
- src/surfMesh/Make/files 0 additions, 2 deletionssrc/surfMesh/Make/files
- src/surfMesh/MeshedSurface/MeshedSurface.H 2 additions, 0 deletionssrc/surfMesh/MeshedSurface/MeshedSurface.H
- src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H 2 additions, 0 deletionssrc/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H
- src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.C 0 additions, 243 deletionssrc/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.C
- src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H 0 additions, 155 deletionssrc/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H
- src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.C 0 additions, 71 deletionssrc/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.C
- src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.H 0 additions, 79 deletionssrc/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.H
- src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatRunTime.C 0 additions, 81 deletionssrc/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatRunTime.C
Please register or sign in to comment