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

Method removeNodalLoad

SRC/domain/domain/Domain.cpp:1471–1482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469
1470
1471NodalLoad *
1472Domain::removeNodalLoad(int tag, int loadPattern)
1473{
1474 // remove the object from the container
1475 LoadPattern *theLoadPattern = this->getLoadPattern(loadPattern);
1476
1477 // if not there return 0
1478 if (theLoadPattern == 0)
1479 return 0;
1480
1481 return theLoadPattern->removeNodalLoad(tag);
1482}
1483
1484
1485ElementalLoad *

Callers 2

OPS_partitionFunction · 0.45
elimNodeMethod · 0.45

Calls 1

getLoadPatternMethod · 0.95

Tested by

no test coverage detected