Name Date Size #Lines LOC

..--

tests/H--4,1212,685

README.mdH A D29-Mar-2020567 2213

__init__.pyH A D30-Dec-20252.3 KiB3925

build_ceed_cffi.pyH A D30-Dec-20254.2 KiB11170

ceed.pyH A D30-Dec-202529.1 KiB647490

ceed_basis.pyH A D30-Dec-202514.6 KiB456262

ceed_constants.pyH A D30-Dec-20253.4 KiB11567

ceed_elemrestriction.pyH A D30-Dec-202520 KiB513289

ceed_operator.pyH A D30-Dec-202514 KiB365224

ceed_qfunction.pyH A D30-Dec-20256.2 KiB185102

ceed_qfunctioncontext.pyH A D30-Dec-20255.9 KiB178109

ceed_vector.pyH A D30-Dec-202515.3 KiB488294

test-wheel.shH A D24-Dec-2022317 126

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