110 const polyMesh&
mesh,
118 const polyMesh&
mesh,
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
bool pointInCellFaceDiagTris(const point &p, const polyMesh &mesh, const label celli)
Test if a point is in a given cell. For each of the cell's faces,.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
pointInCellShapes
Enumeration for the sub-shapes used to perform the inside calculation.
vector point
Point is a vector.
bool pointInCellFaceCentreTris(const point &p, const polyMesh &mesh, const label celli)
Test if a point is in a given cell. For each of the cell's faces,.
bool pointInCellTets(const point &p, const polyMesh &mesh, const label celli)
Test if a point is in a given cell by decomposing the cell into tetrahedra.
bool pointInCellFacePlanes(const point &p, const polyMesh &mesh, const label celli)
Test if a point is in a given cell. For each of the cell's faces, define a.
bool pointInCell(const point &p, const polyMesh &mesh, const label celli, const pointInCellShapes=pointInCellShapes::tets)
Test if a point is in a given cell.