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

Method pointLabel

src/mesh/blockMesh/blockDescriptor/blockDescriptorI.H:99–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98
99inline Foam::label Foam::blockDescriptor::pointLabel
100(
101 const label i,
102 const label j,
103 const label k
104) const
105{
106 return
107 (
108 i
109 + j*(density_.x() + 1)
110 + k*(density_.x() + 1)*(density_.y() + 1)
111 );
112}
113
114
115inline Foam::label Foam::blockDescriptor::facePointLabel

Callers 3

blockMeshCreate.CFile · 0.80
facePointFunction · 0.80
facePointNFunction · 0.80

Calls 2

xMethod · 0.45
yMethod · 0.45

Tested by

no test coverage detected