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