Changeset 2017
- Timestamp:
- Nov 10, 2005, 6:05:33 PM (19 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
production/karratha_2005/project.py
r2011 r2017 29 29 demname = datadir + basename 30 30 boundaryname = boundarydir + boundary_basename 31 #outputname = outputdir + basename 31 outputname = outputdir + basename #Used by post processing 32 32 33 33 gauge_filename = 'all_bld_ind.csv' -
tools/pytools/stats.py
r18 r2017 35 35 36 36 37 def err(x, y=0,n=2):37 def err(x, y=0, n=2): 38 38 """Relative error of ||x-y|| to ||y|| 39 39 n = 2: Two norm
Note: See TracChangeset
for help on using the changeset viewer.