Changeset 5381 for anuga_work/production/onslow_2006/run_onslow_grad.py
- Timestamp:
- May 30, 2008, 10:52:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/onslow_2006/run_onslow_grad.py
r4698 r5381 106 106 interior_regions=project_grad.interior_regions, 107 107 filename=project_grad.mesh_name+'.msh', 108 use_cache= False,108 use_cache=True, 109 109 verbose=True) 110 110 … … 117 117 #above don't work 118 118 domain = Domain(project_grad.mesh_name+'.msh', 119 use_cache= False, verbose=True)119 use_cache=True, verbose=True) 120 120 121 121 print domain.statistics() … … 150 150 use_cache = True, 151 151 verbose = True, 152 alpha = alpha)152 alpha = project_grad.alpha) 153 153 154 154 … … 173 173 print 'domain id', id(domain) 174 174 domain.beta_h = 0 175 #domain.tight_slope_limiters = 1175 domain.tight_slope_limiters = 0 176 176 177 177 … … 187 187 time_thinning=time_thinning, 188 188 mean_stage=tide, 189 use_cache= False,189 use_cache=True, 190 190 verbose=True) 191 191
Note: See TracChangeset
for help on using the changeset viewer.