Home
last modified time | relevance | path

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

/libCEED/benchmarks/
H A Dpostprocess_plot.py115 plot(d[:, 0], d[:, 2], 'o-', color=colors[i % cm_size],
118 plot(d[:, 0], d[:, 1], 'o-', color=colors[i])
140 plot(d[:, 0], d[:, 2], 's--', color=colors[i],
143 plot(d[:, 0], d[:, 1], 's--', color=colors[i])
152 plot(y / slope1, y, 'k--', label='%g iter/s' % (slope1 / vdim))
153 plot(y / slope2, y, 'k-', label='%g iter/s' % (slope2 / vdim))
H A DREADME.md36 After generating the results, use the `postprocess-plot.py` script (which
40 python postprocess-plot.py petsc-bpsraw-bp1-*-output.txt
42 The plot ranges and some other options can be adjusted by editing the values
43 in the beginning of the script `postprocess-plot.py`.
H A D.gitignore3 plot*.pdf
/libCEED/examples/fluids/
H A Dconv_plot.py25 def plot(): function
63 plot()
/libCEED/examples/python/
H A Dtutorial-3-basis.ipynb128 " plt.plot(qpts_viz, B_array)\n",
132 "plt.plot(nodes, 0*nodes, 'ok');"
152 " plt.plot(qpts_viz, B_array)\n",
155 "plt.plot(qpts, 0*qpts, 'ok');"
/libCEED/doc/sphinx/source/
H A Dintro.md9 A more relevant performance plot for current state-of-the-art high-performance machines (for which …
/libCEED/
H A DREADME.md340 $ python postprocess-plot.py petsc-bps-bp1-*-output.txt
341 $ python postprocess-plot.py petsc-bps-bp3-*-output.txt
/libCEED/examples/solids/
H A Dindex.md349 We apply traction to a block and plot integrated strain energy $\Phi$ as a function of the loading …
351 ```{altair-plot}