MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / wipeAnalysis

Method wipeAnalysis

SRC/domain/subdomain/Subdomain.cpp:443–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

runMethod · 0.45
wipeAnalysisFunction · 0.45
wipePPFunction · 0.45

Calls 1

clearAllMethod · 0.45