Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:general:syntaxchange

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:user:general:syntaxchange [2016/01/25 11:24] bomandoc:user:general:syntaxchange [2021/07/06 08:44] (current) boman
Line 1: Line 1:
 ====== Syntactic changes ====== ====== Syntactic changes ======
  
-This page records the evolution of the syntax of the python input files.+This page records the evolution of the syntax of the python input files.              
  
-^ version                 +===== Version 3484 =====
  
-[[commit:2015:09_24]]                    +[[https://gitlab.uliege.be/am-dept/MN2L/oo_meta/-/merge_requests/33|MR 33 sur GitLab]] 
 + 
 +unification des sens des normales pour les éléments de presssion (2D/3D), 
 +  * en 2D : inverser (*-1) les valeurs de la pression et du cisaillement 
 +  * en 3D : inverser (*-1) les valeurs du cisaillement mais conserver la valeur de la pression 
 + 
 +Par raison d'unité : j'ai renommé ''TractionXXXElement'' en ''PressureXXXElement'' 
 +(ce qui a aussi l'avantage de "forcer" la modification des tests et donc 
 +d'attirer l'attention sur la nécessité de corriger les valeurs imposées) 
 + 
 + 
 +===== Version 2859 ===== 
 +[[commit:2017:02_23]]  
 +**For mass and damping elements only!!!**
 ^ Old syntax                                ^ New syntax                               ^ ^ Old syntax                                ^ New syntax                               ^
-metafor.setIntegerData(MDE_NDYN,0)        ti = QuasiStaticTimeIntegration(metafor) | +''FieldApplicator''    ''Mechanism0DInteraction'' |
-|                                           | metafor.setTimeIntegration(ti)           +
  
 +===== Version 2622 =====
 +[[commit:2016:04_25]] 
 ^ Old syntax                                ^ New syntax                               ^ ^ Old syntax                                ^ New syntax                               ^
-metafor.setIntegerData(MDE_NDYN,1)        ti = CentralDifferenceTimeIntegration(metafor) | +''GapValueExtractor''    ''NormalGapValueExtractor'' |
-|                                           | metafor.setTimeIntegration(ti)                 +
  
-^ Old syntax                                ^ New syntax                                 ^ +===== Version 2418 ===== 
-| metafor.setIntegerData(MDE_NDYN,2)        | ti = AlphaGeneralizedIntegration(metafor)  +[[commit:2015:10_07]][[commit:2015:09_24]]  
-|                                           | ti.setAlphaM(_AlphaM)                      | +
-|                                           | ti.setAlphaF(_AlphaF)                        | +
-|                                           | ti.setBeta0(_Beta0)                         | +
-|                                           | ti.setGamma0(_Gamma0)                      | +
-| metafor.setTimeIntegration(ti)            |                                                   +
  
 +^ 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 2404 (student 2015) =====
  
 +===== Version 2267 =====
 [[:commit:2015:05_22b]] [[:commit:2015:05_22b]]
 ^ Old syntax                                ^ New syntax                      ^ ^ Old syntax                                ^ New syntax                      ^
doc/user/general/syntaxchange.1453717446.txt.gz · Last modified: 2016/03/30 15:22 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki