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

Method add

SRC/element/PFEMElement/BCell.cpp:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void BCell::add(Particle* pt) { pts.push_back(pt); }
75
76void BCell::setType(BackgroundType t) { type = t; }
77

Callers 2

addParticlesMethod · 0.45
moveFixedParticlesMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected