Ignore:
Timestamp:
Jun 15, 2010, 9:33:23 AM (13 years ago)
Author:
steve
Message:

anuga_1d passing all unit tests

File:
1 edited

Legend:

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

    r7839 r7840  
    4545import numpy
    4646
    47 from flow_1d.generic_1d.generic_domain import Generic_domain
     47from anuga_1d.generic.generic_domain import Generic_domain
    4848from sww_boundary_conditions import *
    4949from sww_forcing_terms import *
     
    6565                                tagged_elements      = tagged_elements)
    6666       
    67         from flow_1d.config import minimum_allowed_height, g, h0
     67        from anuga_1d.config import minimum_allowed_height, g, h0
    6868        self.minimum_allowed_height = minimum_allowed_height
    6969        self.g = g
     
    8484       
    8585        #Reduction operation for get_vertex_values
    86         from flow_1d.utilities.util import mean
     86        from anuga_1d.generic.util import mean
    8787        self.reduction = mean
    8888        #self.reduction = min  #Looks better near steep slopes
     
    152152
    153153
    154         from flow_1d.sww_flow.sww_comp_flux_ext import compute_fluxes_ext_short
     154        from anuga_1d.sww.sww_comp_flux_ext import compute_fluxes_ext_short
    155155
    156156        #self.flux_timestep = compute_fluxes_ext(timestep,self,stage,xmom,bed,height,velocity)
     
    235235
    236236    import sys
    237     from flow_1d.config import epsilon, h0
     237    from anuga_1d.config import epsilon, h0
    238238       
    239239    N = domain.number_of_elements
Note: See TracChangeset for help on using the changeset viewer.