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

Method clearAll

DEVELOPER/core/Subdomain.cpp:153–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152
153void
154Subdomain::clearAll(void)
155{
156 this->Domain::clearAll();
157
158 if (internalNodes != 0)
159 internalNodes->clearAll();
160
161 if (externalNodes != 0)
162 externalNodes->clearAll();
163}
164/*
165int
166Subdomain::buildSubdomain(int numSubdomains, PartitionedModelBuilder &theBuilder)

Callers 1

wipeAnalysisMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected