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

Function mapij

src/mesh/blockMesh/blockMesh/blockMeshMergeFast.C:195–198  ·  view source on GitHub ↗

Return the mapped index

Source from the content-addressed store, hash-verified

193
194// Return the mapped index
195inline label mapij(const int map, const label i, const label j)
196{
197 return signIndex(map, mag(map) == 1 ? i : j);
198}
199
200// Return the face point index
201inline label facePoint

Callers 1

facePointNFunction · 0.85

Calls 2

signIndexFunction · 0.85
magClass · 0.50

Tested by

no test coverage detected