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

Function intersect

src/sampling/meshToMesh/calcMethod/direct/directMethod.C:41–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
40
41bool Foam::directMethod::intersect
42(
43 const label srcCelli,
44 const label tgtCelli
45) const
46{
47 return tgt_.pointInCell
48 (
49 src_.cellCentres()[srcCelli],
50 tgtCelli,
51 polyMesh::FACE_PLANES
52 );
53}
54
55
56bool Foam::directMethod::findInitialSeeds

Callers 4

findInitialSeedsFunction · 0.70
appendToDirectSeedsFunction · 0.70
findInitialSeedsFunction · 0.50
setNextCellsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected