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

Function addCellZones

src/conversion/meshReader/meshReader.C:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
68
69void Foam::meshReader::addCellZones(polyMesh& mesh) const
70{
71 cellTable_.addCellZones(mesh, cellTableId_);
72 warnDuplicates("cellZones", mesh.cellZones().names());
73}
74
75
76void Foam::meshReader::addFaceZones(polyMesh& mesh) const

Callers 1

meshReader.CFile · 0.70

Calls 1

warnDuplicatesFunction · 0.85

Tested by

no test coverage detected