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

Function combine

src/meshTools/sets/faceSources/labelToFace/labelToFace.C:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
54
55void Foam::labelToFace::combine(topoSet& set, const bool add) const
56{
57 forAll(labels_, labelI)
58 {
59 addOrDelete(set, labels_[labelI], add);
60 }
61}
62
63
64// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

Callers 1

applyToSetFunction · 0.70

Calls 2

addOrDeleteFunction · 0.85
forAllFunction · 0.50

Tested by

no test coverage detected