Lines Matching full:libceed
1 # libCEED: Efficient Extensible Discretization
13 libCEED provides fast algebra for element-based discretizations, designed for performance portabili…
15 … in the [user manual](https://libceed.org/en/latest/) and API implementation portion of the [docum…
20 The goal of libCEED is to propose such a format, as well as supporting implementations and data str…
21 This new operator description is based on algebraically [factored form](https://libceed.org/en/late…
28 For more details on the CEED API see the [user manual](https://libceed.org/en/latest/).
34 The CEED library, `libceed`, is a C99 library with no required dependencies, and with Fortran, Pyth…
92 libCEED can be built for WASM using [Emscripten](https://emscripten.org). For example, one can buil…
106 $ pip install libceed
116 pkg> add LibCEED
119 See the [LibCEED.jl documentation](http://ceed.exascaleproject.org/libCEED-julia-docs/dev/) for mor…
121 Rust users can include libCEED via `Cargo.toml`:
125 libceed = "0.12.0"
202 If linking MKL and LIBXSMM is desired but the Makefile is not detecting `MKLROOT`, linking libCEED …
216 …ith a MAGMA installation located elsewhere, create a link to `magma/` in libCEED's parent director…
219 The corresponding set of libCEED backends (`/gpu/cuda/magma/*` or `/gpu/hip/magma/*`) will automati…
227 However, some libCEED backends use non-deterministic operations, such as `atomicAdd` for increased …
234 libCEED comes with several examples of its usage, ranging from standalone C codes in the `/examples…
246 # libCEED examples on CPU and GPU
255 # MFEM+libCEED examples on CPU and GPU
262 # Nek5000+libCEED examples on CPU and GPU
269 # PETSc+libCEED examples on CPU and GPU
324 Other command line arguments can be found in [examples/petsc](https://github.com/CEED/libCEED/blob/…
351 To install libCEED, run:
371 Use `STATIC=1` to build static libraries (`libceed.a`).
373 To install libCEED for Python, run:
376 $ pip install libceed
383 In addition to library and header, libCEED provides a [pkg-config](https://en.wikipedia.org/wiki/Pk…
390 will build `myapp` with libCEED.
396 …libCEED team by emailing [ceed-users@llnl.gov](mailto:ceed-users@llnl.gov) or by leaving a comment…
400 If you utilize libCEED please cite:
403 @article{libceed-joss-paper,
420 title = {{libCEED}: Fast algebra for high-order element-based discretizations},
431 The archival copy of the libCEED user manual is maintained on [Zenodo](https://doi.org/10.5281/zeno…
435 @misc{libceed-user-manual,
455 title = {{libCEED} User Manual},
464 For libCEED's Python interface please cite:
467 @InProceedings{libceed-scipy,
474 …title = {{H}igh-performance operator evaluations with ease of use: {libCEED}'s {P}ython interf…
494 [github-badge]: https://github.com/CEED/libCEED/workflows/C/Fortran/badge.svg
495 [github-link]: https://github.com/CEED/libCEED/actions
496 [gitlab-badge]: https://gitlab.com/libceed/libCEED/badges/main/pipeline.svg?key_text=GitLab-CI
497 [gitlab-link]: https://gitlab.com/libceed/libCEED/-/pipelines?page=1&scope=all&ref=main
498 [codecov-badge]: https://codecov.io/gh/CEED/libCEED/branch/main/graphs/badge.svg
499 [codecov-link]: https://codecov.io/gh/CEED/libCEED/
502 [doc-badge]: https://readthedocs.org/projects/libceed/badge/?version=latest
503 [doc-link]: https://libceed.org/en/latest/?badge=latest
507 [binder-link]: https://mybinder.org/v2/gh/CEED/libCEED/main?urlpath=lab/tree/examples/python/tutori…