Lines Matching full:libceed
7 "# libCEED for Python examples\n",
9 …ustrate the main feautures of the Python interface for [libCEED](https://github.com/CEED/libCEED/)…
11 …libCEED's focus is on high-order finite/spectral element method implementations, the approach is m…
18 "## Setting up libCEED for Python"
25 "Install libCEED for Python by running"
34 "! python -m pip install libceed"
43 …"Here we show some basic examples to illustrate the `Ceed` class. In libCEED, Ceeds represent libr…
54 "import libceed\n",
56 "ceed = libceed.Ceed()"
88 "ceed = libceed.Ceed('/cpu/self/opt/blocked')"
95 …"Similarly, if libCEED is built with GPU support, you can specify a GPU backend, e.g., `/gpu/hip` …