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

Function clearOut

src/meshTools/meshSearch/meshSearch.C:858–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856
857
858void Foam::meshSearch::clearOut()
859{
860 boundaryTreePtr_.clear();
861 cellTreePtr_.clear();
862 overallBbPtr_.clear();
863}
864
865
866void Foam::meshSearch::correct()

Callers 2

meshSearch.CFile · 0.70
correctFunction · 0.70

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected