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

Method updateCell

src/meshTools/cellClassification/cellInfoI.H:179–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177// Update this with neighbour information
178template<class TrackingData>
179inline bool Foam::cellInfo::updateCell
180(
181 const polyMesh&,
182 const label thisCelli,
183 const label neighbourFacei,
184 const cellInfo& neighbourInfo,
185 const scalar tol,
186 TrackingData& td
187)
188{
189 return update
190 (
191 neighbourInfo,
192 -1,
193 thisCelli,
194 neighbourFacei,
195 -1,
196 td
197 );
198}
199
200
201// Update this with neighbour information

Callers

nothing calls this directly

Calls 1

updateFunction · 0.50

Tested by

no test coverage detected