Lines Matching +full:setup +full:- +full:qfunctions
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 …QFunctions represent the spatial terms of the point-wise functions describing the physics at the q…
42 …"[QFunctionSchematic]: ./img/QFunctionSketch.svg \"Schematic of point-wise QFunctions, defined at …
49 …nd view two QFunctions (for the setup and apply, respectively, of the mass operator in 1D) from th…
74 "* In the following example, we create and evaluate a built-in identity QFunction."
107 …nction (for the mass operator in 1D) from the gallery of available built-in QFunctions in libCEED."
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…
202 "mimetype": "text/x-python",