MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / edgeOnCell

Function edgeOnCell

src/meshTools/meshTools/meshTools.C:284–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283
284bool Foam::meshTools::edgeOnCell
285(
286 const primitiveMesh& mesh,
287 const label celli,
288 const label edgeI
289)
290{
291 return findIndex(mesh.edgeCells(edgeI), celli) != -1;
292}
293
294
295bool Foam::meshTools::edgeOnFace

Callers 2

cellLooper.CFile · 0.85
walkEdgesFunction · 0.85

Calls 1

findIndexFunction · 0.85

Tested by

no test coverage detected