Changeset 3882
- Timestamp:
- Oct 30, 2006, 11:14:52 AM (18 years ago)
- Location:
- anuga_validation/okushiri_2005
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/project.py
r3878 r3882 19 19 #output_filename = 'okushiri_nl_coarse10_mesh.sww' 20 20 #output_filename = 'okushiri_nl_coarse100_mesh.sww' 21 #output_filename = 'okushiri_original_mesh.sww' 22 #utput_filename = 'okushiri_new_mesh.sww' 21 23 output_filename = 'okushiri_new_mesh1.sww' 22 24 23 24 -
anuga_validation/okushiri_2005/run_okushiri.py
r3878 r3882 27 27 from anuga.abstract_2d_finite_volumes.util import file_function 28 28 29 from anuga_parallel.parallel_api import myid, numprocs, distribute 30 29 31 import project 30 32 … … 47 49 use_cache=True) 48 50 51 #------------------------- 52 # Distribute domain 53 #------------------------- 54 domain = distribute(domain) 49 55 50 #------------------------- 51 # Domain parameters 52 #------------------------- 56 # Parameters 53 57 domain.set_name(project.output_filename) # Name of output sww file 54 58 domain.set_default_order(2) # Apply second order scheme
Note: See TracChangeset
for help on using the changeset viewer.