Ignore:
Timestamp:
Jul 5, 2014, 2:52:37 PM (11 years ago)
Author:
steve
Message:

Setting up towradgi case study to work well in parallel (breaks the partitioning and evolve)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/validation_tests/analytical_exact/dam_break_wet/numerical_dam_break_wet.py

    r9241 r9247  
    8989domain.set_boundary({'left': Bt, 'right': Bt, 'top': Br, 'bottom': Br})
    9090
    91 
     91#------------------------------------------------------------------------------
     92# Produce a documentation of parameters
     93#------------------------------------------------------------------------------
    9294if myid == 0:
    93     #------------------------------------------------------------------------------
    94     # Produce a documentation of parameters
    95     #------------------------------------------------------------------------------
    96 
    9795    parameter_file=open('parameters.tex', 'w')
    9896    parameter_file.write('\\begin{verbatim}\n')
     
    107105#===================================================================================
    108106for t in domain.evolve(yieldstep = 0.5, finaltime = 50.):
    109     if myid == 0:
     107    if myid == 0 and verbose:
    110108        print domain.timestepping_statistics()
    111109
Note: See TracChangeset for help on using the changeset viewer.