doc:user:general:syntaxchange
This is an old revision of the document!
−Table of Contents
Syntactic changes
This page records the evolution of the syntax of the python input files.
Version 2418
Old syntax | New syntax |
---|---|
metafor.setIntegerData(MDE_NDYN,0) | ti = QuasiStaticTimeIntegration(metafor) |
metafor.setTimeIntegration(ti) |
|
metafor.setIntegerData(MDE_NDYN,1) | ti = CentralDifferenceTimeIntegration(metafor) |
metafor.setTimeIntegration(ti) |
|
metafor.setIntegerData(MDE_NDYN,2) | ti = AlphaGeneralizedIntegration(metafor) |
metafor.setRealData(MDR_ALPM,alphaM) | ti.setAlphaM(alphaM) |
metafor.setRealData(MDR_ALPF,alphaM) | ti.setAlphaF(alphaF) |
metafor.setRealData(MDR_BET0,beta0) | ti.setBeta0(beta0) |
metafor.setRealData(MDR_GAM0,gamma0) | ti.setGamma0(gamma0) |
metafor.setTimeIntegration(ti) |
Version 2267
Old syntax | New syntax |
---|---|
DbValueExtractor | DbNodalValueExtractor |
NodalInternalFieldValueExtractor | IFNodalValueExtractor |
ElementInternalFieldValueExtractor | IFElementValueExtractor |
GaussPointInternalFieldValueExtractor | IFGaussPointValueExtractor |
— Romain BOMAN 2016/01/25 09:44
doc/user/general/syntaxchange.1453718440.txt.gz · Last modified: 2016/03/30 15:22 (external edit)