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

Method removeElementalLoad

SRC/domain/pattern/LoadPattern.cpp:378–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378ElementalLoad *
379LoadPattern::removeElementalLoad(int tag)
380{
381 TaggedObject *obj = theElementalLoads->removeComponent(tag);
382 if (obj == 0)
383 return 0;
384
385 ElementalLoad *result = (ElementalLoad *)obj;
386 result->setDomain(0);
387 currentGeoTag++;
388 return result;
389}
390
391SP_Constraint *
392LoadPattern::removeSP_Constraint(int tag)

Callers 1

partitionMethod · 0.45

Calls 2

removeComponentMethod · 0.45
setDomainMethod · 0.45

Tested by

no test coverage detected