Changeset 3438 for inundation/parallel/test_parallel_sw.py
- Timestamp:
- Aug 2, 2006, 2:15:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/parallel/test_parallel_sw.py
r3243 r3438 19 19 20 20 from Numeric import array, zeros, Float, take, nonzero 21 from shallow_water import Domain22 from shallow_water import Reflective_boundary as sw_reflective_boundary23 from shallow_water import Transmissive_boundary as sw_transmissive_boundary21 from pyvolution.shallow_water import Domain 22 from pyvolution.shallow_water import Reflective_boundary as sw_reflective_boundary 23 from pyvolution.shallow_water import Transmissive_boundary as sw_transmissive_boundary 24 24 from parallel_shallow_water import Parallel_Domain 25 25 from parallel_shallow_water import Reflective_boundary as par_reflective_boundary 26 26 from parallel_shallow_water import Transmissive_boundary as par_transmissive_boundary 27 from p mesh2domain import pmesh_to_domain_instance27 from pyvolution.pmesh2domain import pmesh_to_domain_instance 28 28 from utilities.norms import * 29 29 from utilities.util_ext import double_precision
Note: See TracChangeset
for help on using the changeset viewer.