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_domain.py

    r7840 r7852  
    4545import numpy
    4646
    47 from anuga_1d.generic.generic_domain import Generic_domain
     47from anuga_1d.base.generic_domain import Generic_domain
    4848from sww_boundary_conditions import *
    4949from sww_forcing_terms import *
     
    8484       
    8585        #Reduction operation for get_vertex_values
    86         from anuga_1d.generic.util import mean
     86        from anuga_1d.base.util import mean
    8787        self.reduction = mean
    8888        #self.reduction = min  #Looks better near steep slopes
Note: See TracChangeset for help on using the changeset viewer.