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

Method setAnalysisAlgorithm

SRC/domain/subdomain/ShadowSubdomain.cpp:1131–1141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1129}
1130
1131int
1132ShadowSubdomain::setAnalysisAlgorithm(EquiSolnAlgo &theAlgorithm)
1133{
1134 msgData(0) = ShadowActorSubdomain_setAnalysisAlgorithm;
1135 msgData(1) = theAlgorithm.getClassTag();
1136
1137 this->sendID(msgData);
1138 this->sendObject(theAlgorithm);
1139
1140 return 0;
1141}
1142
1143int
1144ShadowSubdomain::setAnalysisIntegrator(IncrementalIntegrator &theIntegrator)

Callers

nothing calls this directly

Calls 3

getClassTagMethod · 0.45
sendIDMethod · 0.45
sendObjectMethod · 0.45

Tested by

no test coverage detected