Lines Matching +full:format +full:- +full:py

9 …ithub.com/CEED/libCEED/), the low-level API library for efficient high-order discretization method…
11 …"While libCEED's focus is on high-order finite/spectral element method implementations, the approa…
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 …r vectors stored in the [E-vector](https://libceed.org/en/latest/libCEEDapi.html#finite-element-op…
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",
355 "file_extension": ".py",
356 "mimetype": "text/x-python",