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

Function update

src/meshTools/indexedOctree/treeDataFace.C:61–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61void Foam::treeDataFace::update()
62{
63 forAll(faceLabels_, i)
64 {
65 isTreeFace_.set(faceLabels_[i], 1);
66 }
67
68 if (cacheBb_)
69 {
70 bbs_.setSize(faceLabels_.size());
71
72 forAll(faceLabels_, i)
73 {
74 bbs_[i] = calcBb(faceLabels_[i]);
75 }
76 }
77}
78
79
80// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

Callers 1

treeDataFace.CFile · 0.70

Calls 4

forAllFunction · 0.50
setMethod · 0.45
setSizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected