MCPcopy 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
371void PFEMElement3DBubble::zeroLoad() {
372 int ndf = this->getNumDOF();
373 Q.resize(ndf);
374 Q.Zero();
375}
376
377int PFEMElement3DBubble::addInertiaLoadToUnbalance(
378 const Vector& accel) {

Callers

nothing calls this directly

Calls 3

getNumDOFMethod · 0.95
resizeMethod · 0.45
ZeroMethod · 0.45

Tested by

no test coverage detected