checkMesh: Added option to write sets

- the checking for point-connected multiple-regions now also writes the
    conflicting points to a pointSet
  - with the -writeSets option it now also reconstructs & writes pointSets
This commit is contained in:
Henry Weller
2016-07-22 16:53:49 +01:00
parent ac67f6a84b
commit 0072b61124
8 changed files with 255 additions and 65 deletions

View File

@ -1,6 +1,7 @@
#include "label.H"
#include "HashSet.H"
#include "labelVector.H"
#include "writer.H"
namespace Foam
{
@ -26,6 +27,7 @@ namespace Foam
(
const polyMesh& mesh,
const bool allGeometry,
const autoPtr<surfaceWriter>&
const autoPtr<surfaceWriter>&,
const autoPtr<writer<scalar>>&
);
}