Ignore:
Timestamp:
Sep 7, 2007, 10:43:46 PM (17 years ago)
Author:
steve
Message:

Working on 2nd order time stepping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/config.py

    r4699 r4712  
    104104           #make changes
    105105
     106# Choose type of timestepping,
     107timestepping_method = 'euler' # 1st order euler
     108#timestepping_method = 'rk2'   # 2nd Order TVD scheme
     109
    106110# Option to search for signatures where isolated triangles are
    107111# responsible for a small global timestep.
Note: See TracChangeset for help on using the changeset viewer.