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

Function clear

src/meshTools/edgeMesh/edgeMesh.C:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
168
169void Foam::edgeMesh::clear()
170{
171 points_.clear();
172 edges_.clear();
173 pointEdgesPtr_.clear();
174}
175
176
177void Foam::edgeMesh::reset

Callers 10

readDictFunction · 0.50
readDictFunction · 0.50
moleculeCloud.CFile · 0.50
clearMethod · 0.50
clearMethod · 0.50
binaryTree.CFile · 0.50
reactingMixture.CFile · 0.50
topoSet.CFile · 0.50
subsetFunction · 0.50

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected