Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
void BCell::add(Particle* pt) { pts.push_back(pt); }
75
76
void BCell::setType(BackgroundType t) { type = t; }
77
Callers
2
addParticles
Method · 0.45
moveFixedParticles
Method · 0.45
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected