Lines Matching refs:libceed
1 # libceed: efficient, extensible discretization
4 [](https://docs.rs/libceed)
6 This crate provides an interface to [libCEED](https://libceed.org), which is a performance-portable…
8 See the [libCEED user manual](https://libceed.org) for details on [interface concepts](https://libc…
10 
17 libceed = "0.12.0"
23 libceed = { git = "https://github.com/CEED/libCEED", branch = "main" }
27 extern crate libceed;
29 fn main() -> libceed::Result<()> {
30 let ceed = libceed::Ceed::init("/cpu/self/ref");
40 See the [libCEED documentation](https://libceed.org/en/latest/gettingstarted/#backends) for more in…
49 To build the [documentation](https://docs.rs/libceed) locally with `katexit` enabled, use
59 The `libceed` crate is developed within the [libCEED repository](https://github.com/CEED/libCEED).
60 See the [contributing guidelines](https://libceed.org/en/latest/CONTRIBUTING/) for details.