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

Method removeElementalLoad

SRC/domain/domain/Domain.cpp:1485–1496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1483
1484
1485ElementalLoad *
1486Domain::removeElementalLoad(int tag, int loadPattern)
1487{
1488 // remove the object from the container
1489 LoadPattern *theLoadPattern = this->getLoadPattern(loadPattern);
1490
1491 // if not there return 0
1492 if (theLoadPattern == 0)
1493 return 0;
1494
1495 return theLoadPattern->removeElementalLoad(tag);
1496}
1497
1498
1499SP_Constraint *

Callers 2

OPS_partitionFunction · 0.45
elimElemMethod · 0.45

Calls 1

getLoadPatternMethod · 0.95

Tested by

no test coverage detected