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

Method setLoadConstant

SRC/domain/domain/Domain.cpp:2074–2083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2072
2073
2074void
2075Domain::setLoadConstant(void)
2076{
2077 // loop over all the load patterns that are currently added to the domain
2078 // getting them to set their loads as now constant
2079 LoadPattern *thePattern;
2080 LoadPatternIter &thePatterns = this->getLoadPatterns();
2081 while((thePattern = thePatterns()) != 0)
2082 thePattern->setLoadConstant();
2083}
2084
2085
2086void

Callers 4

OPS_loadConstFunction · 0.45
ops_setLoadConstFunction · 0.45
setLoadConstFunction · 0.45
TclCommand_setLoadConstFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected