doc:user:frequencyanalysis:use
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:user:frequencyanalysis:use [2017/03/08 18:04] – papeleux | doc:user:frequencyanalysis:use [2022/04/19 17:17] (current) – [Vizualisation of eigen modes] boman | ||
|---|---|---|---|
| Line 63: | Line 63: | ||
| < | < | ||
| freqAnalyValExt = FrequencyAnalysisValueExtractor(freqAnaly) | freqAnalyValExt = FrequencyAnalysisValueExtractor(freqAnaly) | ||
| - | freqAnalyValExt.saveToFaFac(False) | + | freqAnalyValExt.setSaveFaFac(False) |
| </ | </ | ||
| (be care to the potential CPU cost of this operation as FrequencyAnalysis will be computed at each time step) | (be care to the potential CPU cost of this operation as FrequencyAnalysis will be computed at each time step) | ||
| Line 84: | Line 84: | ||
| for i in range(domain.getInteractionSet().size()): | for i in range(domain.getInteractionSet().size()): | ||
| win.add(domain.getInteractionSet().getInteraction(i)) | win.add(domain.getInteractionSet().getInteraction(i)) | ||
| - | domain.setAnalysis(freqAnaly); | ||
| for i in range(nbEigenVal): | for i in range(nbEigenVal): | ||
| freqAnaly.showEigenVector(i) | freqAnaly.showEigenVector(i) | ||
| win.update() | win.update() | ||
| - | print "Eigen Vector ", i , " | + | print( "Eigen Vector ", i , " |
| - | | + | |
| except NameError: | except NameError: | ||
| pass | pass | ||
| </ | </ | ||
doc/user/frequencyanalysis/use.1488992670.txt.gz · Last modified: by papeleux
