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

Function update

src/meshTools/indexedOctree/treeDataEdge.C:49–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49void Foam::treeDataEdge::update()
50{
51 if (cacheBb_)
52 {
53 bbs_.setSize(edgeLabels_.size());
54
55 forAll(edgeLabels_, i)
56 {
57 bbs_[i] = calcBb(edgeLabels_[i]);
58 }
59 }
60}
61
62
63// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

Callers 15

treeDataEdge.CFile · 0.70
AMIInterpolation.CFile · 0.50
updateCellMethod · 0.50
updateFaceMethod · 0.50
updateCellMethod · 0.50
updateFaceMethod · 0.50
updateCellMethod · 0.50
updateFaceMethod · 0.50
updatePointMethod · 0.50
updateEdgeMethod · 0.50
updateEdgeMethod · 0.50

Calls 3

forAllFunction · 0.50
setSizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected