Home
last modified time | relevance | path

Searched refs:plot (Results 1 – 25 of 27) sorted by relevance

12

/petsc/src/tao/unconstrained/tutorials/
H A Dadjointreads.m21 % plot(xg,obj,'k-','Markersize',10,'Linewidth',2); drawnow
23 % plot(xg,fwd,'b-','Markersize',10); drawnow
24 % plot(xg,Init_ts,'r*-','Markersize',10); drawnow
25 % plot(xg,Grad,'bs','Markersize',10); drawnow
26 % plot(xg,ic,'g-','LineWidth',2,'Markersize',12);
30 % plot(xg,init)
32 % plot(xg,fin,'ro-')
35 % plot(xg,Init_adj,'k*-','Markersize',10); drawnow
37 % plot(xg,Grad,'go-','Markersize',10); drawnow
38 % plot(xg,Init_adj,'r*-','Markersize',10); drawnow
[all …]
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Ddriver.py39 def plot(self, t, x): member in AppCtx
50 pylab.plot(X.ravel(),Y.ravel(),'.k')
61 pylab.plot(X.ravel(),Y.ravel(),'.k')
72 pylab.plot(X.ravel(),Y.ravel(),'.k')
79 def run_test(nx,ny,nz,samples,plot=False): argument
108 if plot and pylab:
109 app.plot(ts.time, x)
121 plot = OptDB.getBool('plot', False) variable
122 if plot and not pylab:
127 wt = run_test(nx,ny,nz,samples,plot)
[all …]
/petsc/src/binding/petsc4py/demo/legacy/taosolve/
H A Dchwirut.py56 pylab.plot(x, y, 'ro')
57 pylab.plot(u, v, 'b-')
76 plot = OptDB.getBool('plot', False) variable
77 if plot: user.plotSolution(x)
/petsc/src/benchmarks/streams/
H A Dprocess.py68 ax1.plot(r,r,'b',label='Ideal speedup')
69 ax1.plot(r,speedups,'r-o', label='Achieved speedup')
74 ax2.plot(r,triads,'g-o', label='Achieved bandwidth')
/petsc/src/benchmarks/
H A DbenchmarkExample.py179 from pylab import legend, plot, show, title, xlabel, ylabel
187 plot(*data)
196 from pylab import close, legend, plot, savefig, show, title, xlabel, ylabel
214 plot(*data)
226 from pylab import legend, plot, savefig, semilogy, show, title, xlabel, ylabel
254 from pylab import legend, plot, savefig, semilogy, show, title, xlabel, ylabel
270 plot(*data)
282 from pylab import legend, plot, show, title, xlabel, ylabel
294 plot(*data)
315 plot(*data)
[all …]
H A DbenchmarkAssembly.py36 from pylab import legend, plot, show, title, xlabel, ylabel, ylim
50 plot(*data)
65 plot(*data)
79 plot(*data)
/petsc/src/binding/petsc4py/demo/legacy/wrap-cython/
H A Drun_demo.py34 def plot(da, U): function
52 if do_plot: plot(da, U)
/petsc/src/binding/petsc4py/demo/legacy/wrap-swig/
H A Drun_demo.py55 def plot(da, U): function
73 if do_plot: plot(da, U)
/petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/
H A Dperf_profile.m23 % logplot=1 is used to indicate that a log (base 2) plot is desired.
74 % Only plot one marker at the intercept
85 hl(s) = plot(xs,ys,option1);
/petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/
H A Drun_demo.py64 def plot(da, U): function
83 if do_plot: plot(da, U)
/petsc/src/ts/tutorials/output/
H A Dex48_0.out35 MHD 0) time = 0, Eergy= 2.3234950605138e+00 (plot ID 0)
60 MHD 1) time = 0.001, Eergy= 2.3238765844446e+00 (plot ID 1)
/petsc/src/binding/petsc4py/demo/legacy/kspsolve/
H A Dtest_mat_ksp.py38 pylab.plot(X.ravel(),Y.ravel(),'.k')
H A Dtest_mat_cg.py59 pylab.plot(X.ravel(),Y.ravel(),'.k')
/petsc/src/dm/tests/
H A Dex12.m27 plot(v);
/petsc/lib/petsc/bin/
H A DPetscBinaryIOTrajectory.py52 pyplot.plot(t,w)
/petsc/src/tao/leastsquares/tutorials/matlab/
H A DTestingPlot.m17 % Produce the performance profile and save the plot for the two solvers
/petsc/src/binding/petsc4py/demo/legacy/bratu2d/
H A Dbratu2d.py85 pylab.plot(X.ravel(),Y.ravel(),'.k')
/petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/viewer/
H A Dpetscpyvista.py151 grid.plot(show_edges=True, scalars=scalars[0], off_screen=True, screenshot=name)
211 cell.plot(show_edges=True)
/petsc/src/binding/petsc4py/demo/legacy/ode/
H A Dheat.py109 pylab.plot(x, u, label='step=%d t=%8.2g' % (i, t))
/petsc/doc/manual/
H A Dstreams.md225 Fig. {any}`fig_m2_gcc_streams` provides the results. Based on the plateau in the middle of the plot
282 We plot the speedup in Fig. {any}`fig_gamg_server` and parallel efficiency in {any}`fig_gamg_server…
320 In {any}`fig_gamg_server_pe_streams`, we plot the parallel efficiency of the linear solve and the S…
/petsc/src/ksp/ksp/tests/benchmarkscatters/
H A DStreams-Intel191 Unable to plot speedup to a file
235 Unable to open matplotlib to plot speedup
H A DStreams-MPICH191 Unable to plot speedup to a file
235 Unable to open matplotlib to plot speedup
/petsc/doc/changes/
H A D2015.md163 a contour plot.
H A D2024.md189 array can now use `VecView()` to create the contour plot.
/petsc/src/binding/petsc4py/docs/ipynb/
H A Ddmplex.ipynb91 …t is called a point. (At this point it would be good to make some kind of plot with all points num…

12