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

Method addLoadPattern

SRC/domain/subdomain/ShadowSubdomain.cpp:396–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394
395
396bool
397ShadowSubdomain::addLoadPattern(LoadPattern *thePattern)
398{
399#ifdef _G3DEBUG
400 // do all the checking stuff
401#endif
402
403 msgData(0) = ShadowActorSubdomain_addLoadPattern;
404 msgData(1) = thePattern->getClassTag();
405 msgData(2) = thePattern->getDbTag();
406 this->sendID(msgData);
407 this->sendObject(*thePattern);
408 // this->Domain::domainChange();
409
410 theShadowLPs->addComponent(thePattern);
411 numLoadPatterns++;
412
413 return true;
414}
415
416
417

Callers 1

runMethod · 0.45

Calls 5

getClassTagMethod · 0.45
getDbTagMethod · 0.45
sendIDMethod · 0.45
sendObjectMethod · 0.45
addComponentMethod · 0.45

Tested by

no test coverage detected