Name Date Size #Lines LOC

..--

.gitignoreH A D01-Feb-20184 21

MakefileH A D30-Dec-20251.4 KiB5429

README.mdH A D16-Jul-2025436 1912

bp1.cppH A D30-Dec-20255.7 KiB16092

bp1.hH A D30-Dec-20252.1 KiB6134

bp1.hppH A D30-Dec-20258.2 KiB180138

bp3.cppH A D30-Dec-20256.8 KiB195123

bp3.hH A D30-Dec-20254.8 KiB11785

bp3.hppH A D30-Dec-20258.3 KiB183139

README.md

1## libCEED MFEM Examples
2
3These examples show to write libCEED operators (BP1 and BP3) within the open-source finite element library [MFEM](https://www.mfem.org/).
4
5First compile MFEM and libCEED individually. After that, compile the MFEM example:
6
7```bash
8export MFEM_DIR=/path/to/mfem
9make
10```
11
12To run the executable, write:
13
14```
15./bp[1, 3]
16```
17
18Optional command-line arguments are shown by adding the command-line argument "--help".
19