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

Method applyLoadDomain

SRC/analysis/model/AnalysisModel.cpp:555–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555void
556AnalysisModel::applyLoadDomain(double pseudoTime)
557{
558 // check to see there is a Domain linked to the Model
559
560 if (myDomain == 0) {
561 opserr << "WARNING: AnalysisModel::applyLoadDomain. No Domain linked.\n";
562 return;
563 }
564
565 // invoke the method
566 myDomain->applyLoad(pseudoTime);
567 myHandler->applyLoad();
568}
569
570
571int

Callers 15

newStepMethod · 0.45
newStepMethod · 0.45
newStepMethod · 0.45
newStepMethod · 0.45
newStepMethod · 0.45
updateMethod · 0.45
domainChangedMethod · 0.45
newStepMethod · 0.45
newStepMethod · 0.45
updateMethod · 0.45
domainChangedMethod · 0.45
newStepMethod · 0.45

Calls 1

applyLoadMethod · 0.45

Tested by

no test coverage detected