Ignore:
Timestamp:
Mar 19, 2008, 8:02:05 PM (16 years ago)
Author:
steve
Message:

Ole and I seem to have got edge limiteri working.
Set domain.use_edge_limiter = True
to test the method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/test_shallow_water_domain.py

    r5119 r5175  
    25182518        #print L[1]
    25192519        assert allclose(L[1], [4.23370103, 16.06529897, 20.001]) or\
    2520                allclose(L[1], [4.18944138, 16.10955862, 20.001]) # old limiters
     2520               allclose(L[1], [4.18944138, 16.10955862, 20.001]) or\
     2521               allclose(L[1], [4.19351461, 16.10548539, 20.001]) # old limiters
    25212522       
    25222523        for i in range(len(L)):
Note: See TracChangeset for help on using the changeset viewer.