BUG: sampledTriSurfaceMesh: sampling outside of mesh. Fixes #575.
There are a few issues: - error would only throw exceptions if not parallel - if we change this we also need to make sure the functionObjectList construction is synchronised - bounding box overlap was not returning the correct status so the code to avoid the issue of 'badly formed bounding box' was not triggered.
Showing
- src/OpenFOAM/db/error/error.C 30 additions, 36 deletionssrc/OpenFOAM/db/error/error.C
- src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C 3 additions, 1 deletion...b/functionObjects/functionObjectList/functionObjectList.C
- src/OpenFOAM/meshes/boundBox/boundBoxI.H 10 additions, 1 deletionsrc/OpenFOAM/meshes/boundBox/boundBoxI.H
- src/sampling/sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMesh.C 21 additions, 7 deletions...pledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMesh.C
Please register or sign in to comment