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

Method domainChanged

SRC/analysis/analysis/EigenAnalysis.cpp:133–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133int
134EigenAnalysis::domainChanged()
135{
136 theAnalysisModel->clearAll();
137 theConstraintHandler->clearAll();
138 theConstraintHandler->handle();
139
140 theDOF_Numberer->numberDOF();
141 theConstraintHandler->doneNumberingDOF();
142
143 Graph &theGraph = theAnalysisModel->getDOFGraph();
144 theSOE->setSize(theGraph);
145
146 theIntegrator->domainChanged();
147 theAlgorithm->domainChanged();
148
149 return 0;
150}
151
152int
153EigenAnalysis::setAlgorithm(EigenAlgorithm &theAlgo)

Callers 1

analyzeMethod · 0.95

Calls 5

clearAllMethod · 0.45
handleMethod · 0.45
numberDOFMethod · 0.45
doneNumberingDOFMethod · 0.45
setSizeMethod · 0.45

Tested by

no test coverage detected