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

Function cellZoneSet

src/meshTools/sets/topoSets/cellZoneSet.C:316–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314
315
316void cellZoneSet::writeDebug
317(
318 Ostream& os,
319 const primitiveMesh& mesh,
320 const label maxLen
321) const
322{
323 cellSet::writeDebug(os, mesh, maxLen);
324}
325
326
327// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

Callers 1

cellZoneSet.CFile · 0.70

Calls 1

writeDebugFunction · 0.70

Tested by

no test coverage detected