Changeset 9179
- Timestamp:
- Jun 17, 2014, 10:19:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/validation_tests/analytical_exact/carrier_greenspan_periodic/numerical_carrier_greenspan.py
r9153 r9179 35 35 #start_screen_catcher(output_dir+'_') 36 36 37 38 args = anuga.get_args() 39 alg = args.alg 40 verbose = args.verbose 37 41 38 42 #------------------------------------------------------------------------------ … … 95 99 domain.set_datadir(output_dir) 96 100 97 #------------------------------------------------------------------------------98 # Setup Algorithm, either using command line arguments99 # or override manually yourself100 #------------------------------------------------------------------------------101 from anuga.utilities.argparsing import parse_standard_args102 alg, cfl = parse_standard_args()103 101 domain.set_flow_algorithm(alg) 104 #domain.set_CFL(cfl) 102 105 103 106 104 #------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.