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

Method wipeAnalysis

DEVELOPER/core/Subdomain.cpp:442–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

clearAllMethod · 0.45

Tested by

no test coverage detected