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 …-wise functions describing the physics at the quadrature points (see [the API documentation](https…
42 …"[QFunctionSchematic]: ./img/QFunctionSketch.svg \"Schematic of point-wise QFunctions, defined at …
49 …espectively, of the mass operator in 1D) from the gallery of available built-in QFunctions in libC…
74 "* In the following example, we create and evaluate a built-in identity QFunction."
107 … QFunction (for the mass operator in 1D) from the gallery of available built-in QFunctions in libC…
126 " x = 2.*i/(q-1) - 1\n",
128 " w_array[i] = 1 - x*x\n",
158 …"* In the following example, we create and evaluate a built-in identity QFunction 3 fields per qua…
192 "display_name": "Python 3 (ipykernel)",
193 "language": "python",
199 "version": 3
202 "mimetype": "text/x-python",
203 "name": "python",
204 "nbconvert_exporter": "python",
206 "version": "3.13.2"