Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ zeroLoad
Method
zeroLoad
SRC/element/PFEMElement/PFEMElement2DBubble.cpp:349–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
}
348
349
void
350
PFEMElement2DBubble::zeroLoad() {
351
int ndf = this->getNumDOF();
352
Q.resize(ndf);
353
Q.Zero();
354
}
355
356
int PFEMElement2DBubble::addInertiaLoadToUnbalance(
357
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