Changeset 1631


Ignore:
Timestamp:
Jul 22, 2005, 3:31:44 PM (19 years ago)
Author:
steve
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/parallel/run_sw_lost_mass.py

    r1629 r1631  
    77#
    88#
     9#
    910#  Authors: Linda Stals, Steve Roberts and Matthew Hardy,
    1011# June 2005
     
    1314#
    1415#########################################################
     16
     17
     18##############################################
     19# Set a small yieldstep (say 0.005) to see
     20# lose of conservation
     21# Set it to a larger value (say 0.1) and have
     22# consevation "restored"
     23##############################################
     24yieldstep = 0.005
     25yieldstep = 0.1
     26finaltime = 100.0
     27
    1528import sys
    1629import time
     
    94107
    95108print 'No of elements %d'%(domain.number_of_elements)
    96 yieldstep = 0.005
    97 #yieldstep = 0.1
    98 finaltime = 200.0
     109
    99110
    100111for t in domain.evolve(yieldstep = yieldstep, finaltime = finaltime):
Note: See TracChangeset for help on using the changeset viewer.