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

Method clearAll

SRC/analysis/analysis/EigenAnalysis.cpp:85–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void
86EigenAnalysis::clearAll(void)
87{
88 // invoke the destructor on all the objects in the aggregation
89 delete theAnalysisModel;
90 delete theConstraintHandler;
91 delete theDOF_Numberer;
92 delete theIntegrator;
93 delete theAlgorithm;
94 delete theSOE;
95}
96
97
98

Callers 2

~EigenAnalysisMethod · 0.95
domainChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected