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

Method getLoadPattern

SRC/domain/domain/Domain.cpp:1706–1715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1704}
1705
1706LoadPattern *
1707Domain::getLoadPattern(int tag)
1708{
1709 TaggedObject *mc = theLoadPatterns->getComponentPtr(tag);
1710 // if not there return 0 otherwise perform a cast and return that
1711 if (mc == 0)
1712 return 0;
1713 LoadPattern *result = (LoadPattern *)mc;
1714 return result;
1715}
1716
1717
1718double

Callers 15

removeSP_ConstraintMethod · 0.95
removeNodalLoadMethod · 0.95
removeElementalLoadMethod · 0.95
OPS_getLoadFactorFunction · 0.45
OPS_sensLambdaFunction · 0.45
OPS_getEleLoadClassTagsFunction · 0.45
OPS_getEleLoadTagsFunction · 0.45
OPS_getEleLoadDataFunction · 0.45
OPS_getNodeLoadTagsFunction · 0.45
OPS_getNodeLoadDataFunction · 0.45
OPS_ParameterFunction · 0.45
OPS_addToParameterFunction · 0.45

Calls 1

getComponentPtrMethod · 0.45

Tested by

no test coverage detected