MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / clearAll

Method clearAll

SRC/domain/pattern/LoadPattern.cpp:353–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353void
354LoadPattern::clearAll(void)
355{
356 theElementalLoads->clearAll();
357 theNodalLoads->clearAll();
358 theSPs->clearAll();
359 currentGeoTag++;
360 lastChannel = 0;
361 if (dLambdadh != 0) {
362 dLambdadh->Zero();
363 }
364}
365
366NodalLoad *
367LoadPattern::removeNodalLoad(int tag)

Callers 2

recvSelfMethod · 0.95
OPS_clearAllTimeSeriesFunction · 0.45

Calls 1

ZeroMethod · 0.45

Tested by

no test coverage detected