Lines Matching +full:python +full:- +full:version
7 "# libCEED for Python examples\n",
9 …Python interface for [libCEED](https://github.com/CEED/libCEED/), the low-level API library for ef…
11 …"While libCEED's focus is on high-order finite/spectral element method implementations, the approa…
18 "## Setting up libCEED for Python\n",
20 "Install libCEED for Python by running"
29 "! python -m pip install libceed"
38 …documentation](https://libceed.org/en/latest/libCEEDapi.html#finite-element-operator-decomposition…
62 " result *= np.tanh(x[d] - center)\n",
79 …"The Lagrange interpolation nodes are at the Gauss-Lobatto points, so interpolation to Gauss-Lobat…
203 " x[d*X_dim + i] = 1 if (i % (2**(dim-d))) // (2**(dim-d-1)) else -1\n",
242 " plt.xlim(-1, 1)\n",
243 " plt.ylim(-1, 1)\n",
271 " x_array[d*X_dim + i] = 1 if (i % (2**(dim-d))) // (2**(dim-d-1)) else -1\n",
310 " # Check that (1' * G * u - u' * (G' * 1)) is numerically zero\n",
311 " print('1T * G * u - uT * (GT * 1) =', np.abs(sum_1 - sum_2))"
317 "display_name": "Python 3 (ipykernel)",
318 "language": "python",
324 "version": 3
327 "mimetype": "text/x-python",
328 "name": "python",
329 "nbconvert_exporter": "python",
331 "version": "3.13.2"