Ignore:
Timestamp:
Mar 11, 2013, 8:17:49 PM (12 years ago)
Author:
davies
Message:

Updates to gd in-development algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/gareth/tests/dam_break/dam_break.py

    r8547 r8751  
    5151# Setup Algorithm
    5252#------------------------------------------------------------------------------
    53 domain.set_timestepping_method('rk2')
    54 domain.set_default_order(2)
     53#domain.set_timestepping_method('rk2')
     54#domain.set_default_order(2)
    5555
    5656print domain.get_timestepping_method()
    5757
    58 domain.use_edge_limiter = True
     58#domain.use_edge_limiter = True
    5959#domain.use_edge_limiter = False
    60 domain.tight_slope_limiters = True
    61 domain.use_centroid_velocities = False
     60#domain.tight_slope_limiters = True
     61#domain.use_centroid_velocities = False
    6262
    63 domain.CFL = 1.0
     63#domain.CFL = 1.0
    6464
    6565#domain.beta_w      = 0.6
Note: See TracChangeset for help on using the changeset viewer.