Changeset 575 for branches/UQ/math/examples2
- Timestamp:
- 10/04/12 10:56:37 (4 years ago)
- Location:
- branches/UQ/math/examples2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UQ/math/examples2/TEST4d_OUQ_surrogate_diam.py
r474 r575 58 58 func_evals = solver.evaluations 59 59 from mystic.munge import write_support_file 60 write_support_file(stepmon )60 write_support_file(stepmon, npts=npts) 61 61 return solved, func_max, func_evals 62 62 … … 210 210 print " target: %s" % str(target) 211 211 print " error: %s" % str(error) 212 print " npts: %s" % str((nx,ny,nz)) 212 213 print "..............\n" 213 214 -
branches/UQ/math/examples2/TEST_OUQ_surrogate_diam.py
r474 r575 58 58 func_evals = solver.evaluations 59 59 from mystic.munge import write_support_file 60 write_support_file(stepmon )60 write_support_file(stepmon, npts=npts) 61 61 return solved, func_max, func_evals 62 62 … … 162 162 print " target: %s" % str(target) 163 163 print " error: %s" % str(error) 164 print " npts: %s" % str((nx,ny,nz)) 164 165 print "..............\n" 165 166
Note: See TracChangeset
for help on using the changeset viewer.