| 1129 | } |
| 1130 | |
| 1131 | int |
| 1132 | ShadowSubdomain::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 | |
| 1143 | int |
| 1144 | ShadowSubdomain::setAnalysisIntegrator(IncrementalIntegrator &theIntegrator) |
nothing calls this directly
no test coverage detected