MCPcopy 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
349void
350PFEMElement2DBubble::zeroLoad() {
351 int ndf = this->getNumDOF();
352 Q.resize(ndf);
353 Q.Zero();
354}
355
356int PFEMElement2DBubble::addInertiaLoadToUnbalance(
357 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