| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| tests/ | H | - | - | 4,121 | 2,685 | |
| README.md | H A D | 29-Mar-2020 | 567 | 22 | 13 | |
| __init__.py | H A D | 30-Dec-2025 | 2.3 KiB | 39 | 25 | |
| build_ceed_cffi.py | H A D | 30-Dec-2025 | 4.2 KiB | 111 | 70 | |
| ceed.py | H A D | 30-Dec-2025 | 29.1 KiB | 647 | 490 | |
| ceed_basis.py | H A D | 30-Dec-2025 | 14.6 KiB | 456 | 262 | |
| ceed_constants.py | H A D | 30-Dec-2025 | 3.4 KiB | 115 | 67 | |
| ceed_elemrestriction.py | H A D | 30-Dec-2025 | 20 KiB | 513 | 289 | |
| ceed_operator.py | H A D | 30-Dec-2025 | 14 KiB | 365 | 224 | |
| ceed_qfunction.py | H A D | 30-Dec-2025 | 6.2 KiB | 185 | 102 | |
| ceed_qfunctioncontext.py | H A D | 30-Dec-2025 | 5.9 KiB | 178 | 109 | |
| ceed_vector.py | H A D | 30-Dec-2025 | 15.3 KiB | 488 | 294 | |
| test-wheel.sh | H A D | 24-Dec-2022 | 317 | 12 | 6 |
README.md
1# libCEED for Python 2 3## Install 4 5To install libCEED for Python, run 6 7 pip install libceed 8 9or in a clone of the repository via `pip install .` 10 11## Examples and Tutorials 12 13For examples and short tutorials see the folder `examples/tutorials`. It 14contains some [Jupyter](https://jupyter.org/) notebooks using Python and C. 15Jupyter can be installed locally so that users can edit and interact with these 16notebook. 17 18`tutorial-0`-`tutorial-5` illustrate libCEED for Python, each one focusing on one 19class of objects. 20 21`tutorial-6` shows a standalone libCEED C example. 22