Searched refs:plot (Results 1 – 8 of 8) sorted by relevance
| /libCEED/benchmarks/ |
| H A D | postprocess_plot.py | 115 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 D | README.md | 36 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 | .gitignore | 3 plot*.pdf
|
| /libCEED/examples/fluids/ |
| H A D | conv_plot.py | 25 def plot(): function 63 plot()
|
| /libCEED/examples/python/ |
| H A D | tutorial-3-basis.ipynb | 128 " 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 D | intro.md | 9 A more relevant performance plot for current state-of-the-art high-performance machines (for which …
|
| /libCEED/ |
| H A D | README.md | 340 $ python postprocess-plot.py petsc-bps-bp1-*-output.txt 341 $ python postprocess-plot.py petsc-bps-bp3-*-output.txt
|
| /libCEED/examples/solids/ |
| H A D | index.md | 349 We apply traction to a block and plot integrated strain energy $\Phi$ as a function of the loading … 351 ```{altair-plot}
|