| /libCEED/rust/libceed/ |
| H A D | README.md | 3 [](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  23 libceed = { git = "https://github.com/CEED/libCEED", branch = "main" } 40 See the [libCEED documentation](https://libceed.org/en/latest/gettingstarted/#backends) for more in… 44 Examples of libCEED can be found in the [libCEED repository](https://github.com/CEED/libCEED) under… 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). [all …]
|
| H A D | Cargo.toml | 12 repository = "https://github.com/CEED/libCEED" 13 documentation = "https://docs.rs/libceed"
|
| /libCEED/ |
| H A D | README.md | 15 …explained in the [user manual](https://libceed.org/en/latest/) and API implementation portion of t… 21 This new operator description is based on algebraically [factored form](https://libceed.org/en/late… 26 …https://exascaleproject.org/exascale-computing-project) (17-SC-20-SC), a collaborative effort of t… 28 For more details on the CEED API see the [user manual](https://libceed.org/en/latest/). 92 libCEED can be built for WASM using [Emscripten](https://emscripten.org). For example, one can buil… 128 See the [Cargo documentation](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.htm… 132 The test suite produces [TAP](https://testanything.org) output and is run by: 196 The `/cpu/self/memcheck/*` backends rely upon the [Valgrind](https://valgrind.org/) Memcheck tool t… 201 The `/cpu/self/xsmm/*` backends rely upon the [LIBXSMM](https://github.com/libxsmm/libxsmm) package… 214 The `/gpu/*/magma/*` backends rely upon the [MAGMA](https://bitbucket.org/icl/magma) package. [all …]
|
| H A D | RELEASING.md | 22 …her a couple sentences for key features to highlight on [GitHub releases](https://github.com/CEED/… 30 …release, check for API and ABI changes that could break [semantic versioning](https://semver.org/). 31 The [ABI compliance checker](https://github.com/lvc/abi-compliance-checker) is a useful tool, as is… 50 6. Draft a [new release on GitHub](https://github.com/CEED/libCEED/releases), using a few sentences… 56 Generate the PDF using `make doc-latexpdf`, click "New version" on the [Zenodo record](https://zeno… 72 …ckage libCEED_jll is updated by making a pull request against [Yggdrasil](https://github.com/Julia… 87 - GitSource("https://github.com/CEED/libCEED.git", "06988bf74cc6ac18eacafe7930f080803395ba29") 88 + GitSource("https://github.com/CEED/libCEED.git", "e8f234590eddcce2220edb1d6e979af7a3c35f82") 127 At this point, the bot should create a PR against the [general Julia registry](https://github.com/J… 147 1. Create a `~/.pypirc` with entries for `testpypi` (`https://test.pypi.org/legacy/`) and the real … [all …]
|
| H A D | CONTRIBUTING.md | 7 Please make your commits well-organized and [atomic](https://en.wikipedia.org/wiki/Atomic_commit#At… 12 This improves the efficiency of reviewing and facilitates use of [`git bisect`](https://git-scm.com… 20 …example.com>` or [`Co-authored-by: Snippet Mentor <code.by@comment.com>`](https://help.github.com/… 27 [Rationale](https://lwn.net/Articles/328436/) from 28 [Junio](https://gitster.livejournal.com/42247.html) and 35 ## [Developer's Certificate of Origin 1.1](https://developercertificate.org/) 61 …versus creation of new features in libCEED), but see the [citing section](https://libceed.org/en/l…
|
| H A D | .gitlab-ci.yml | 81 …52feb62f3f0cf6b061d036dcdb5 && { [[ -d libxsmm-$XSMM_HASH ]] || { curl -L https://github.com/libxs… 105 …em-4.7 && { [[ -d $MFEM_VERSION ]] || { git clone --depth 1 --branch v4.7 https://github.com/mfem/… 110 …19.0 && { [[ -d $NEK5K_VERSION ]] || { git clone --depth 1 --branch v19.0 https://github.com/Nek50… 125 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F interface; 126 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F gallery; 127 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F backends; 128 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F tests; 129 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F examples; 213 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F interface; 214 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F gallery; [all …]
|
| H A D | CODE_OF_CONDUCT.md | 81 …pted from the [Contributor Covenant][homepage], version 2.0, available at https://www.contributor-… 83 Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https:/… 85 [homepage]: https://www.contributor-covenant.org 87 For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-… 88 Translations are available at https://www.contributor-covenant.org/translations.
|
| H A D | setup.py | 106 url="https://libceed.org", 107 download_url="https://github.com/CEED/libCEED/releases", 109 "Bug Tracker": "https://github.com/CEED/libCEED/issues", 110 "Documentation": "https://libceed.org", 111 "Source Code": "https://github.com/CEED/libCEED",
|
| H A D | CITATION.cff | 57 url: "https://libceed.org/en/latest/" 58 repository: "https://github.com/CEED/libCEED" 108 website: "https://joss.theoj.org/" 169 website: "https://zenodo.org/"
|
| /libCEED/rust/libceed-sys/ |
| H A D | README.md | 4 See the [libCEED user manual](https://libceed.org) for usage information. 5 …ll prefer the higher level (safe) Rust interface in the [`libceed` crate](https://docs.rs/libceed). 21 libceed-sys = { git = "https://github.com/CEED/libCEED", branch = "main" } 54 Note that the `LD_LIBRARY_PATH` workarounds will become unnecessary if [this issue](https://github.… 60 The `libceed-sys` crate is developed within the [libCEED repository](https://github.com/CEED/libCEE… 61 See the [contributing guidelines](https://libceed.org/en/latest/CONTRIBUTING/) for details.
|
| H A D | Cargo.toml | 13 repository = "https://github.com/CEED/libCEED" 14 documentation = "https://docs.rs/libceed-sys"
|
| /libCEED/doc/sphinx/source/ |
| H A D | CONTRIBUTING.md | 7 Please make your commits well-organized and [atomic](https://en.wikipedia.org/wiki/Atomic_commit#At… 12 This improves the efficiency of reviewing and facilitates use of [`git bisect`](https://git-scm.com… 20 …example.com>` or [`Co-authored-by: Snippet Mentor <code.by@comment.com>`](https://help.github.com/… 27 [Rationale](https://lwn.net/Articles/328436/) from 28 [Junio](https://gitster.livejournal.com/42247.html) and 35 ## [Developer's Certificate of Origin 1.1](https://developercertificate.org/) 61 …versus creation of new features in libCEED), but see the [citing section](https://libceed.org/en/l…
|
| H A D | intro.md | 25 …https://www.mcs.anl.gov/petsc/), [MFEM](https://mfem.org/) and [Nek5000](https://nek5000.mcs.anl.g…
|
| H A D | ffi.md | 7 …terface is illustrated through a sequence of [Jupyter Notebook tutorials](https://github.com/CEED/… 8 More information on the Python interface is available in the [SciPy paper](https://doi.org/10.25080… 10 More information about the Rust interface can be found at the [Rust interface documentation](https:…
|
| H A D | CODE_OF_CONDUCT.md | 81 …pted from the [Contributor Covenant][homepage], version 2.0, available at https://www.contributor-… 83 Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https:/… 85 [homepage]: https://www.contributor-covenant.org 87 For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-… 88 Translations are available at https://www.contributor-covenant.org/translations.
|
| /libCEED/examples/ |
| H A D | README.md | 8 For more details, please see the dedicated [documentation section](https://libceed.org/en/latest/ex… 15 The definitions of the problems are given on the ceed [website](https://ceed.exascaleproject.org/bp… 58 …employed in the BPs, please see the dedicated [BPs documentation section](https://libceed.org/en/l… 63 …uids/](./fluids) folder and the corresponding [fluids documentation page](https://libceed.org/en/l… 68 …lids/](./solids) folder and the corresponding [solids documentation page](https://libceed.org/en/l… 73 For a detailed description, please see the corresponding [area documentation page](https://libceed.… 78 …e see the corresponding [problems on the cubed-sphere documentation page](https://libceed.org/en/l…
|
| H A D | index.md | 7 …th external libraries such as [PETSc](https://www.mcs.anl.gov/petsc), [MFEM](https://mfem.org), an…
|
| /libCEED/julia/LibCEED.jl/ |
| H A D | README.md | 1 # LibCEED.jl: Julia Interface for [libCEED](https://github.com/CEED/libCEED) 13 The pre-built binaries automatically installed by LibCEED.jl (through the [libCEED_jll](https://jul… 18 By default, LibCEED.jl will use the pre-built libCEED binaries provided by the [libCEED_jll](https:… 30 See [Preferences.jl](https://github.com/JuliaPackaging/Preferences.jl) for more information.
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.bib | 121 url = "https://ceed.exascaleproject.org/", 127 url = "https://developer.nvidia.com/about-cuda", 148 url = "https://rocmdocs.amd.com/en/latest/Programming_Guides/HIP-GUIDE.html", 205 url = "https://bitbucket.org/icl/magma", 211 url = "https://mfem.org/", 228 url = "https://nek5000.mcs.anl.gov/", 273 url = "https://docs.nvidia.com/cuda/nvrtc/index.html", 307 url = "https://www.python.org/", 313 url = "https://www.rust-lang.org/", 319 url = "https://cffi.readthedocs.io", [all …]
|
| /libCEED/examples/python/ |
| H A D | tutorial-0-ceed.ipynb | 9 …https://github.com/CEED/libCEED/), the low-level API library for efficient high-order discretizati… 11 …o other discretizations in factored form, as explained in the [user manual](https://libceed.org/)."
|
| H A D | tutorial-4-qfunction.ipynb | 9 …https://github.com/CEED/libCEED/), the low-level API library for efficient high-order discretizati… 11 …o other discretizations in factored form, as explained in the [user manual](https://libceed.org/)." 38 …cribing the physics at the quadrature points (see [the API documentation](https://libceed.org/en/l…
|
| H A D | tutorial-1-vector.ipynb | 9 …https://github.com/CEED/libCEED/), the low-level API library for efficient high-order discretizati… 11 …o other discretizations in factored form, as explained in the [user manual](https://libceed.org/)."
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | index.md | 4 [libCEED](https://github.com/ceed/libceed) library. 7 documentation](https://libceed.org/). 23 [libCEED_jll](https://juliahub.com/ui/Packages/libCEED_jll/LB2fn) package) 31 [libCEED_jll](https://juliahub.com/ui/Packages/libCEED_jll/LB2fn) package. If 47 [Preferences.jl](https://github.com/JuliaPackaging/Preferences.jl).
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 3 .. image:: https://travis-ci.org/kyrus/python-junit-xml.png?branch=master 35 git clone https://github.com/kyrus/python-junit-xml.git 98 4. Verify the new version was uploaded at https://pypi.org/project/junit-xml/#history
|
| /libCEED/examples/solids/ |
| H A D | README.md | 5 Ratel, a more fully featured solid mechanics library, can be found on [GitLab](https://gitlab.com/m… 40 - [Young's modulus](https://en.wikipedia.org/wiki/Young%27s_modulus), $E > 0$ 42 - [Poisson's ratio](https://en.wikipedia.org/wiki/Poisson%27s_ratio), $\nu < 0.5$ 59 ```{image} https://github.com/jeremylt/ceedSampleMeshes/raw/master/cylinderDiagram.png 262 [cubit]: https://cubit.sandia.gov/ 263 [this repository]: https://github.com/jeremylt/ceedSampleMeshes
|