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

Method removeNodalLoad

DEVELOPER/core/Domain.cpp:1305–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1303
1304
1305NodalLoad *
1306Domain::removeNodalLoad(int tag, int loadPattern)
1307{
1308 // remove the object from the container
1309 LoadPattern *theLoadPattern = this->getLoadPattern(loadPattern);
1310
1311 // if not there return 0
1312 if (theLoadPattern == 0)
1313 return 0;
1314
1315 return theLoadPattern->removeNodalLoad(tag);
1316}
1317
1318
1319ElementalLoad *

Callers

nothing calls this directly

Calls 1

getLoadPatternMethod · 0.95

Tested by

no test coverage detected