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…
45 …ute the length of this 1D domain, similar to Ex1-Volume in the [tutorial-6-shell tutorial](./tutor…
63 "num_u = num_elem*(p-1) + 1\n",
69 " x_array[i] = i / (num_x - 1.0)\n",
86 " indices_u[p*i+j] = i*(p-1) + j\n",
133 …'surface area' of this 1D domain, similar to Ex2-Surface in the [tutorial-6-shell tutorial](./tuto…
151 "num_u = num_elem*(p-1) + 1\n",
157 " x_array[i] = i / (num_x - 1.0)\n",
174 " indices_u[p*i+j] = i*(p-1) + j\n",
213 …" u_array[elem * (p - 1) + point] = (1.0 + 2.0 * elem + points[point])/(2.0 * num_elem)\n…
224 "display_name": "Python 3 (ipykernel)",
225 "language": "python",
231 "version": 3
234 "mimetype": "text/x-python",
235 "name": "python",
236 "nbconvert_exporter": "python",
238 "version": "3.13.2"