Lines Matching refs:run
98 def run(self, numProcs = 1, log = True, **opts): member in PETScExample
350 for run in sizes:
351 rsizes = np.array(sizes[run])
352 …data.extend([rsizes, errors[run], rsizes, (errors[run][0]*rsizes[0]*2)*rsizes**(meshExp[run]/-2.0)…
353 legends.extend(['Experiment '+run, r'Synthetic '+run+r' $\alpha = '+str(meshExp[run])+'$'])
367 for run in times:
368 rtimes = np.array(times[run])
369 data.extend([rtimes, errors[run], rtimes, (errors[run][0]*rtimes[0]*2)*rtimes**(timeExp[run])])
370 legends.extend(['Experiment '+run, 'Synthetic '+run+' exponent '+str(timeExp[run])])
384 for run in times:
385 rtimes = np.array(times[run])
386 data.extend([rtimes, errors[run]])
387 legends.append('Experiment '+run)
452 ex.run(log=log, da_grid_x=n, da_grid_y=n, **newopts)
459 …ex.run(log=log, dim=args.dim, snes_convergence_estimate=None, convest_num_refine=args.refine, inte…
533 for run in args.runs:
534 name, stropts = run.split('=', 1)