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

Function copySets

src/dynamicMesh/polyMeshFilter/polyMeshFilter.C:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55void Foam::polyMeshFilter::copySets
56(
57 const polyMesh& oldMesh,
58 const polyMesh& newMesh
59)
60{
61 copySets<pointSet>(oldMesh, newMesh);
62 copySets<faceSet>(oldMesh, newMesh);
63 copySets<cellSet>(oldMesh, newMesh);
64}
65
66
67Foam::autoPtr<Foam::fvMesh> Foam::polyMeshFilter::copyMesh(const fvMesh& mesh)

Callers 3

writeMeshFunction · 0.85
mainFunction · 0.85
polyMeshFilter.CFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected