Changes between Version 19 and Version 20 of ModellingQuestions
- Timestamp:
- Mar 5, 2013, 3:49:13 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModellingQuestions
v19 v20 41 41 {{{ 42 42 for t in domain.evolve(yieldstep = 0.2, duration = 40.0): 43 if Numeric.allclose(t, 15):43 if numpy.allclose(t, 15): 44 44 print 'Changing boundary to outflow' 45 45 domain.set_boundary({'right': Bo})