commit:2015:09_24
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| commit:2015:09_24 [2015/09/24 22:31] – [Interfaçage - Schéma d'intégration] wautelet | commit:2015:09_24 [2016/03/30 15:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| J'ai interfacé tous les schémas d' | J'ai interfacé tous les schémas d' | ||
| - | * Schéma d' | + | === Schéma d' |
| * Schéma d' | * Schéma d' | ||
| Line 66: | Line 66: | ||
| </ | </ | ||
| + | === Schéma d' | ||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = MpgThermalTimeIntegration(metafor) | ||
| + | ti.setTheta(_theta) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = TrapezoidalThermalTimeIntegration(metafor) | ||
| + | ti.setTheta(_theta) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | === Schéma d' | ||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = StaggeredTimeIntegration(metafor) | ||
| + | ti.setAdiabatic(_adiabatic) | ||
| + | ti.setWithStressReevaluation(_withStressReevalution) | ||
| + | ti.setMechanicalTimeIntegration(_mechanicalTimeIntegration) | ||
| + | ti.setThermalTimeIntegration(_thermalTimeIntegration) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = CoupledTimeIntegration(metafor) | ||
| + | ti.setMechanicalTimeIntegration(_mechanicalTimeIntegration) | ||
| + | ti.setThermalTimeIntegration(_thermalTimeIntegration) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| <note important> | <note important> | ||
| - | <note warning> | + | <note warning> |
| - | Nous avons juste un premier interfaçage pour l' | + | |
| ==== Référence vers le domaine ==== | ==== Référence vers le domaine ==== | ||
| Line 90: | Line 119: | ||
| < | < | ||
| - | [a]: | + | [a]:NbOfIterationsTimeStepComputationMethod.h |
| - | [r]: | + | [a]:NbOfIterationsTimeStepComputationMethod.cpp |
| + | [renaming]: IsoTherStaggeredTmTimeIntegration.h => StaggeredTmTimeIntegration.h | ||
| + | [renaming]: IsoTherStaggeredTmTimeIntegration.cpp => StaggeredTmTimeIntegrationcpp | ||
| </ | </ | ||
commit/2015/09_24.1443126717.txt.gz · Last modified: (external edit)
