| 131 | } |
| 132 | |
| 133 | int |
| 134 | EigenAnalysis::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 | |
| 152 | int |
| 153 | EigenAnalysis::setAlgorithm(EigenAlgorithm &theAlgo) |