Ignore:
Timestamp:
Jun 16, 2010, 5:30:17 PM (13 years ago)
Author:
steve
Message:

Moving calculation of limiters to numpy calculations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/2010-projects/anuga_1d/sww/sww_vel_domain.py

    r7840 r7852  
    4444
    4545
    46 from anuga_1d.generic.generic_domain import *
     46from anuga_1d.base.generic_domain import *
    4747from sww_boundary_conditions import *
    4848from sww_forcing_terms import *
     
    8282       
    8383        #Reduction operation for get_vertex_values
    84         from anuga_1d.generic.util import mean
     84        from anuga_1d.base.util import mean
    8585        self.reduction = mean
    8686        #self.reduction = min  #Looks better near steep slopes
Note: See TracChangeset for help on using the changeset viewer.