Ignore:
Timestamp:
May 4, 2015, 12:09:38 PM (10 years ago)
Author:
steve
Message:

Big update to version 2.0 where the DE0 flow algorithm is now the default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/anuga/fit_interpolate/tests/test_interpolate.py

    r9562 r9733  
    3131from anuga.pmesh.mesh import Mesh
    3232from anuga.file.netcdf import NetCDFFile
     33
     34from pprint import pprint
    3335
    3436def distance(x, y):
     
    17951797        # Create shallow water domain
    17961798        domain = Domain(mesh_file)
     1799        domain.set_flow_algorithm('1_5')
    17971800        os.remove(mesh_file)
    17981801       
Note: See TracChangeset for help on using the changeset viewer.