MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / clear

Method clear

SRC/element/PFEMElement/BNode.cpp:43–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void BNode::clear() {
44 tags.clear();
45 crdsn.clear();
46 vn.clear();
47 dvn.clear();
48 pn.clear();
49 dpn.clear();
50 type = BACKGROUND_FLUID;
51 sid.clear();
52}
53
54void BNode::setType(BackgroundType t) { type = t; }
55

Callers 15

meshMethod · 0.45
doTriangulationMethod · 0.45
~ParticleGroupMethod · 0.45
pointlistMethod · 0.45
setNodesMethod · 0.45
setElementsMethod · 0.45
~BackgroundMeshMethod · 0.45
gatherParticlesMethod · 0.45
clearAllMethod · 0.45
clearGridMethod · 0.45
gridFSInoDTMethod · 0.45
gridFSIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected