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:19] – 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' | ||
| < | < | ||
| ti = QuasiStaticTimeIntegration(metafor) | ti = QuasiStaticTimeIntegration(metafor) | ||
| Line 13: | Line 15: | ||
| </ | </ | ||
| - | | + | |
| < | < | ||
| ti = AlphaGeneralizedTimeIntegration(metafor) | ti = AlphaGeneralizedTimeIntegration(metafor) | ||
| Line 23: | Line 25: | ||
| </ | </ | ||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = ConsistentTimeIntegration(metafor) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = MpgTimeIntegration(metafor) | ||
| + | ti.setTheta(_theta) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| - | | + | |
| < | < | ||
| ti = ExplicitTimeIntegration(metafor) | ti = ExplicitTimeIntegration(metafor) | ||
| Line 31: | Line 44: | ||
| </ | </ | ||
| - | | + | |
| < | < | ||
| ti = TchamwaExplicitTimeIntegration(metafor) | ti = TchamwaExplicitTimeIntegration(metafor) | ||
| Line 38: | Line 51: | ||
| </ | </ | ||
| - | | + | |
| < | < | ||
| ti = ChExplicitTimeIntegration(metafor) | ti = ChExplicitTimeIntegration(metafor) | ||
| Line 45: | Line 58: | ||
| </ | </ | ||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = IeTimeIntegration(metafor) | ||
| + | ti.setExplicitTimeIntegration(_explicitTimeIntegration) | ||
| + | ti.setImplicitTimeIntegration(_implicitTimeIntegration) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | === 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> | ||
| ==== Référence vers le domaine ==== | ==== Référence vers le domaine ==== | ||
| Line 68: | Line 119: | ||
| < | < | ||
| - | [a]: | + | [a]:NbOfIterationsTimeStepComputationMethod.h |
| - | [r]: | + | [a]:NbOfIterationsTimeStepComputationMethod.cpp |
| + | [renaming]: IsoTherStaggeredTmTimeIntegration.h => StaggeredTmTimeIntegration.h | ||
| + | [renaming]: IsoTherStaggeredTmTimeIntegration.cpp => StaggeredTmTimeIntegrationcpp | ||
| </ | </ | ||
commit/2015/09_24.1443125965.txt.gz · Last modified: (external edit)
