| 440 | |
| 441 | |
| 442 | void |
| 443 | Subdomain::wipeAnalysis(void) |
| 444 | { |
| 445 | if (theAnalysis != 0) { |
| 446 | theAnalysis->clearAll(); |
| 447 | delete theAnalysis; |
| 448 | } |
| 449 | theAnalysis = 0; |
| 450 | } |
| 451 | |
| 452 | void |
| 453 | Subdomain::setDomainDecompAnalysis(DomainDecompositionAnalysis &theNewAnalysis) |
no test coverage detected