Changes between Version 19 and Version 20 of ModellingQuestions


Ignore:
Timestamp:
Mar 5, 2013, 3:49:13 PM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModellingQuestions

    v19 v20  
    4141{{{
    4242for t in domain.evolve(yieldstep = 0.2, duration = 40.0):
    43     if Numeric.allclose(t, 15):
     43    if numpy.allclose(t, 15):
    4444        print 'Changing boundary to outflow'
    4545        domain.set_boundary({'right': Bo})