Ignore:
Timestamp:
Apr 12, 2012, 9:00:47 PM (13 years ago)
Author:
davies
Message:

balanced_dev: Discouraging use of balanced_basic, and updates to
util.py, and experimental boundary conditions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/gareth/balanced_basic/swb2_domain.py

    r8302 r8396  
    6969        self.forcing_terms.remove(gravity)
    7070        print 'Using shallow_water_balanced2 solver in /balanced_basic/'
    71 
    72 
    73 
     71        print 'I SUGGEST YOU DO NOT USE THIS ONE -- THE BALANCED DEV SOLVER SEEMS BETTER,'
     72        print 'AND IS BETTER TESTED (as of 6/4/2012)'
     73        print 'IT PRESENTLY LIVES IN anuga_work/development/gareth/experimental/balanced_dev'
     74        print ' '
     75        print 'The following error is intended to draw your attention to the message above'
     76
     77        assert 0==1
    7478    #-----------------
    7579    # Flux computation
Note: See TracChangeset for help on using the changeset viewer.