| 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 ...
|
| 7a982d89 | 08-Mar-2020 |
Jeremy L. Thompson <jeremy.thompson@colorado.edu> |
doc: separate Doxygen groups by Public API/Backend API/Internal Functions
Helped-by: Valeria Barra <valeriabarra21@gmail.com> Squashed-by: Jed Brown <jed@jedbrown.org> |
| 39daeb9e | 05-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| 0e1c0043 | 28-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Interface - update constants to be const...ant |
| 8621c6c6 | 28-Feb-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
ElemRestriction - make strides const
Co-Authored-By: Jed Brown <jed@jedbrown.org> |
| 15910d16 | 24-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - add CEED_ELEMRESTRICTION_NONE so we can stop making dummy restrictions for CEED_EVAL_WEIGHT fields |
| 7ed52d01 | 20-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style |
| 523b8ea0 | 12-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - add CEED_STRIDES_BACKEND |
| 0036de2c | 06-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - expand codecov |
| 7509a596 | 06-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - replace identity restrictions with strided restrictions |
| b9c05c73 | 20-Feb-2020 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/ns-dmplex' [PR #458]
* jed/ns-dmplex: (73 commits) NS: remove density_current_primitive (still work in progress) Remove a bunch of unused variables and update doc Update READ
Merge branch 'jed/ns-dmplex' [PR #458]
* jed/ns-dmplex: (73 commits) NS: remove density_current_primitive (still work in progress) Remove a bunch of unused variables and update doc Update README: remove density_current_primitive problem option for now Use const in VLA declaration casts to suppress icc warning also in densitycurrent_primitive Remove a bunch of unused or double-declared variables Update README NS: use const in VLA casts to suppress icc warning NS: add command-line support for specifying DC center/axis NS: return to insulated no-slip walls instead of full-Dirichlet NS: remove dead code for scaling VTK output back to dimensional units NS: add support for free slip wall boundary conditions NS density_current: remove redundant initial/boundary condition and trailing whitespace Some changes in documentation Update top-level README Update examples/README Update examples/navier-stokes/README Update .gitignore Update documentation Initialize *problem pointer as NULL NS: move nsplex.c to navierstokes.c ...
show more ...
|
| 61dbc9d2 | 27-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - make lmode a separate enum |
| 074cb416 | 27-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - remove lmode from backend apply signature |
| a8d32208 | 24-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - move lmode to constructor over apply |
| 171f8ca9 | 03-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Vector - add additional note on CeedVectorNorm to clarify limitations |
| 547d9b97 | 03-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Vector - add CeedVectorNorm |
| 4ff7492e | 03-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - only assemble diag for nonzero QF entries |
| efc78312 | 08-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - add lmode to ElemRestrictionGetMultiplicity |
| 0ace9bf2 | 03-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - fix fallback ceed mem leak |
| 77645d7b | 17-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Doc - update doc for make doc errors |
| 9289e5bf | 16-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Basis - update documentation for CeedMatrixMultiply |
| 713f43c3 | 16-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - Switch CreateFDMElementInverse to fallback mechanism |
| 00f91b2b | 13-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Basis - drop BasisGetValue in favor of BasisGetInterp/Grad |
| 7172caad | 11-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - move AssembleDiagonal to fallback |
| 0436c2ad | 11-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - rename files vec->vector for consistency |