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

Function transfer

src/meshTools/edgeMesh/edgeMesh.C:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198
199
200void Foam::edgeMesh::transfer(edgeMesh& mesh)
201{
202 points_.transfer(mesh.points_);
203 edges_.transfer(mesh.edges_);
204 pointEdgesPtr_ = mesh.pointEdgesPtr_;
205}
206
207
208Foam::Xfer<Foam::edgeMesh> Foam::edgeMesh::xfer()

Callers 7

readFunction · 0.70
countPointRegionsFunction · 0.50
pointSet.CFile · 0.50
updateLabelsFunction · 0.50

Calls 1

transferMethod · 0.45

Tested by

no test coverage detected