| #
6d2aaf2b
|
| 13-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1835 from CEED/layla/name-change
Layla name change
|
| #
6561c4d2
|
| 13-Jun-2025 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Layla name change
|
| #
af16a458
|
| 13-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1776 from CEED/zach/update-authors
Add Zachary R. Atkins to authors
|
| #
51f07027
|
| 13-Mar-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Add Zachary R. Atkins to authors
|
| #
38432684
|
| 03-Aug-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1265 from CEED/sjg/hcurl-restr-dev
CeedElemRestriction for H(curl)
|
| #
b8c4711a
|
| 27-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Update releasenodes.md and AUTHORS
|
| #
861776b7
|
| 24-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1124 from CEED/jed/release-0.11
Release 0.11
|
| #
8c9b9047
|
| 24-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Add Rezgar and James in preparation for v0.11
|
| #
ed8e2814
|
| 10-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
Update spelling of Thilina's name
|
| #
06988bf7
|
| 31-Oct-2020 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'will/julia' into main [PR #632]
make.jl: set devbranch="main"
* origin/will/julia: Add short FFI section to docs Julia: codecov CI Julia: Travis CI Julia: automatic code forma
Merge branch 'will/julia' into main [PR #632]
make.jl: set devbranch="main"
* origin/will/julia: Add short FFI section to docs Julia: codecov CI Julia: Travis CI Julia: automatic code formatting Julia: documentation Julia: examples Julia: unit tests Julia: LibCEED.jl Julia interface Make fallback Ceed use Error callback of parent Use pointer to va_list in error handler Bugfix in `CeedOperatorLinearAssembleAddDiagonal` Bugfix in `CeedQFunctionCreateInteriorByName` Update t504 and t523 output with correct field names Bugfix in `CeedOperatorSingleView`
show more ...
|
| #
44554ea0
|
| 22-Sep-2020 |
Will Pazner <will.e.p@gmail.com> |
Julia: LibCEED.jl Julia interface
|
| #
2e692baa
|
| 21-May-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #545 from CEED/jed/add-ahmad
AUTHORS: add Ahmad
|
| #
3850df45
|
| 20-May-2020 |
Jed Brown <jed@jedbrown.org> |
AUTHORS: add Ahmad
|
| #
37c6c863
|
| 18-Mar-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #484 from CEED/valeria/doc-fixes
Doc fixes
|
| #
d6bc2cc9
|
| 18-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Merge branch 'valeria/doc-fixes' of github.com:CEED/libCEED into valeria/doc-fixes
|
| #
b4d76956
|
| 18-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
AUTHORS: trim by significance and explain rationale
|
| #
da62e0a9
|
| 08-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #446 from CEED/user-manual
Sphinx user manual published at libceed.readthedocs.io
|
| #
4c4400c7
|
| 08-Mar-2020 |
Valeria Barra <valeriabarra21@gmail.com> |
doc: convert to Sphinx documentation at libceed.readthedocs.io
Some technical notes about the expanded docs/process:
* Doxygen is now restricted to API documentation. Sphinx docs are incomplete
doc: convert to Sphinx documentation at libceed.readthedocs.io
Some technical notes about the expanded docs/process:
* Doxygen is now restricted to API documentation. Sphinx docs are incomplete surrogates due to not hyperlinking code listings, though we hope the Doxygen site can be removed eventually.
* PDF output uses XeTeX (unicode and OTF fonts) with TeX Gyre Pagella and DejaVu Sans Mono. You may need to install these fonts in order to build the PDF users manual.
* Obtaining the author list from Git has not worked on ReadTheDocs (`git shortlog` is empty even though `git log` is not), so we automatically generate it on developer machines with `make doc`. If the author information is incorrect/mangled, edit .mailmap to fix the mapping.
* Math semantics are based on the description here https://github.com/sphinx-doc/sphinx/issues/3785
Sphinx chooses one of two setups for the maths.
* If there is a single equation, then we wrap the maths in \begin{equation*} (or equation).
* If there are multiple equations (as determined by the presence of an empty line), then we wrap the maths first in \begin{aligned} and then in \begin{align*} (or align).
Co-authored-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu> Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|