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

Method removeElementalLoad

DEVELOPER/core/Domain.cpp:1319–1330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1317
1318
1319ElementalLoad *
1320Domain::removeElementalLoad(int tag, int loadPattern)
1321{
1322 // remove the object from the container
1323 LoadPattern *theLoadPattern = this->getLoadPattern(loadPattern);
1324
1325 // if not there return 0
1326 if (theLoadPattern == 0)
1327 return 0;
1328
1329 return theLoadPattern->removeElementalLoad(tag);
1330}
1331
1332
1333SP_Constraint *

Callers

nothing calls this directly

Calls 1

getLoadPatternMethod · 0.95

Tested by

no test coverage detected