| 39 | // * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * // |
| 40 | |
| 41 | bool 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 | |
| 56 | bool Foam::directMethod::findInitialSeeds |
no outgoing calls
no test coverage detected