| 458 | |
| 459 | |
| 460 | int |
| 461 | Subdomain::setAnalysisAlgorithm(EquiSolnAlgo &theAlgorithm) |
| 462 | { |
| 463 | if (theAnalysis != 0) |
| 464 | return theAnalysis->setAlgorithm(theAlgorithm); |
| 465 | |
| 466 | return 0; |
| 467 | } |
| 468 | |
| 469 | int |
| 470 | Subdomain::setAnalysisIntegrator(IncrementalIntegrator &theIntegrator) |
nothing calls this directly
no test coverage detected