doc:user:general:syntaxchange
This is an old revision of the document!
Syntactic changes
This page records the evolution of the syntax of the python input files.
| Old syntax | New syntax |
|---|---|
| metafor.setIntegerData(MDE_NDYN,0) | ti = QuasiStaticTimeIntegration(metafor) |
| metafor.setTimeIntegration(ti) |
| Old syntax | New syntax |
|---|---|
| metafor.setIntegerData(MDE_NDYN,1) | ti = CentralDifferenceTimeIntegration(metafor) |
| metafor.setTimeIntegration(ti) |
| Old syntax | New syntax |
|---|---|
| metafor.setIntegerData(MDE_NDYN,2) | ti = AlphaGeneralizedIntegration(metafor) |
| ti.setAlphaM(_AlphaM) | |
| ti.setAlphaF(_AlphaF) | |
| ti.setBeta0(_Beta0) | |
| ti.setGamma0(_Gamma0) | |
| metafor.setTimeIntegration(ti) |
| Old syntax | New syntax |
|---|---|
DbValueExtractor | DbNodalValueExtractor |
NodalInternalFieldValueExtractor | IFNodalValueExtractor |
ElementInternalFieldValueExtractor | IFElementValueExtractor |
GaussPointInternalFieldValueExtractor | IFGaussPointValueExtractor |
— Romain BOMAN 2016/01/25 09:44
doc/user/general/syntaxchange.1453717446.txt.gz · Last modified: (external edit)
