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