Lines Matching +full:python +full:- +full:version

7     "# libCEED for Python examples\n",
9Python 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…
55 "# x -- x -- x -- x\n",
56 "# 10 -- 11 -- 12 -- 13\n",
59 "# x -- x | x -- x | x -- x\n",
60 "# 10 -- 11 | 11 -- 12 | 12 -- 13\n",
101 "# x -- o -- o -- x -- o -- o -- x -- o -- o -- x\n",
125 …oints or for vectors stored in the [E-vector](https://libceed.org/en/latest/libCEEDapi.html#finite
137 "# x -- x -- x\n",
138 "# 10-11 -- 12-13 -- 14-15\n",
141 "# x -- x | x -- x | x -- x\n",
142 "# 10 -- 11 | 12 -- 13 | 14 -- 15\n",
178 "# x -- x -- x -- x\n",
200 …ed element restriction (from an L-vector to an E-vector) and its transpose (inverse operation, fro…
211 "# x -- x -- x -- x -- x -- x -- x -- x -- x\n",
212 "# 10 -- 11 -- 12 -- 13 -- 14 -- 15 -- 16 -- 17 -- 18\n",
219 … "# | x -- x | x -- x | x -- x | x -- x | x -- x | x -- x | x -- x | x -- x |\n",
220 … "# | 10 -- 11 | 11 12 | 12 13 | 13 14 | 14 15 | 15 16 | 16 17 | 17 18 |\n",
226 "# | 10-11-12-13-14 11-12-13-14-15 | 15-16-17- *- * 16-17-18- *- * |\n",
233 "# | 10-11-12-13-14 11-12-13-14-15 | 15-16-17-17-17 16-17-18-18-18 |\n",
270 …ed element restriction (from an L-vector to an E-vector) and its transpose (inverse operation, fro…
281 "# x -- x -- x -- x -- x -- x -- x -- x -- x\n",
282 "# 10 -- 11 -- 12 -- 13 -- 14 -- 15 -- 16 -- 17 -- 18\n",
289 … "# | x -- x | x -- x | x -- x | x -- x | x -- x | x -- x | x -- x | x -- x |\n",
290 … "# | 10 -- 11 | 11 12 | 12 13 | 13 14 | 14 15 | 15 16 | 16 17 | 17 18 |\n",
296 "# | 15-16-17- *- * 16-17-18- *- * |\n",
303 "# | 15-16-17-17-17 16-17-18-18-18 |\n",
346 "display_name": "Python 3 (ipykernel)",
347 "language": "python",
353 "version": 3
356 "mimetype": "text/x-python",
357 "name": "python",
358 "nbconvert_exporter": "python",
360 "version": "3.13.2"