Changeset 4631 for anuga_validation
- Timestamp:
- Jul 18, 2007, 6:08:10 PM (18 years ago)
- Location:
- anuga_validation
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/okushiri_tank_validation/run_okushiri.py
r4491 r4631 61 61 # (this in planned to be the default!) 62 62 domain.beta_h = 0.0 63 domain. limit2007= 1 # Run time invariant in this case63 domain.tight_slope_limiters = 1 # Run time invariant in this case 64 64 65 65 #------------------------- -
anuga_validation/okushiri_2005/run_okushiri.py
r4260 r4631 57 57 domain.set_minimum_storable_height(0.001) # Don't store w < 0.001m 58 58 domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK) 59 domain. limit2007= 159 domain.tight_slope_limiters = 1 60 60 domain.beta_h = 0.0 61 61 62 62 #Timings on AMD64-242 (beta_h=0) 63 # limit2007= 0:63 # tight_slope_limiters = 0: 64 64 # 3035s - 3110s 65 # limit2007= 1:65 # tight_slope_limiters = 1: 66 66 # 3000s - 3008s 67 67 # -
anuga_validation/performance_tests/okushiri/run_okushiri_profile.py
r4578 r4631 63 63 # (this in planned to be the default!) 64 64 domain.beta_h = 0.0 65 domain. limit2007= 1 # Run time invariant in this case65 domain.tight_slope_limiters = 1 # Run time invariant in this case 66 66 67 67 #------------------------- -
anuga_validation/solitary_waves/solitary_wave_runup.py
r4362 r4631 87 87 #domain.set_minimum_allowed_height(0.01) 88 88 domain.beta_h = 0.0 89 domain. limit2007= 189 domain.tight_slope_limiters = 1 90 90 domain.set_name(simulation_name) 91 91
Note: See TracChangeset
for help on using the changeset viewer.