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

Function faceZoneSet

src/meshTools/sets/topoSets/faceZoneSet.C:536–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534
535
536void faceZoneSet::writeDebug
537(
538 Ostream& os,
539 const primitiveMesh& mesh,
540 const label maxLen
541) const
542{
543 faceSet::writeDebug(os, mesh, maxLen);
544}
545
546
547// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

Callers 1

faceZoneSet.CFile · 0.70

Calls 1

writeDebugFunction · 0.70

Tested by

no test coverage detected