Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ zeroLoad
Method
zeroLoad
SRC/element/PFEMElement/PFEMElement3DBubble.cpp:371–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
}
370
371
void PFEMElement3DBubble::zeroLoad() {
372
int ndf = this->getNumDOF();
373
Q.resize(ndf);
374
Q.Zero();
375
}
376
377
int PFEMElement3DBubble::addInertiaLoadToUnbalance(
378
const Vector& accel) {
Callers
nothing calls this directly
Calls
3
getNumDOF
Method · 0.95
resize
Method · 0.45
Zero
Method · 0.45
Tested by
no test coverage detected