| 7ed177db | 21-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
Draft: rust doc: example documenting a method with math (#870)
* rust doc: example documenting a method with math
Cc: issue #695
* rust - set katexit as optional feature, enabled by default on
Draft: rust doc: example documenting a method with math (#870)
* rust doc: example documenting a method with math
Cc: issue #695
* rust - set katexit as optional feature, enabled by default on docs.rs
* doc - minor consistency
* rust - document error message
* rust - add badges for crates.io
* rust - some more katex to the documentation
* rust - document cargo doc with katexit
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|
| 9890f3e7 | 20-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #877 from CEED/jeremy/field-names-for-people
Make qf/op field names human readable |
| a61c78d6 | 20-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - make qf/op field names human readable |
| 883ab9ae | 19-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #876 from CEED/jrwrigh/doc_improve
Small improvements to documentation |
| 9faa5937 | 19-Jan-2022 |
Natalie Beams <246972+nbeams@users.noreply.github.com> |
Slight modifications for hiprtc usage in ROCm 4.5 (#850) |
| 4b97e6d3 | 19-Jan-2022 |
James Wright <james@jameswright.xyz> |
doc: Mention defined variable from CEED_QFUNCTION |
| e6562163 | 19-Jan-2022 |
James Wright <james@jameswright.xyz> |
doc: Add QFunc Helper macro to docs |
| dbf4d221 | 19-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #874 from CEED/jeremy/restore-optional
vec/ctx - make backend restore function optional |
| b19271b6 | 19-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
actions - bump version of run-on-arch-action (#873)
* actions - bump version of run-on-arch-action
* actions - try to bump again |
| f33ca575 | 19-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #866 from CEED/jeremy/petsc-offsets
Use DMPlexGetLocalOffsets |
| a81c17c8 | 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cpu - drop some empty TensorContract destructors |
| 706efda3 | 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec/ctx - make backend restore function optional |
| 138c5c83 | 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #872 from CEED/jeremy/rust-ceed-clone
Rust - impl cloning Ceed |
| b36f2af8 | 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #871 from CEED/jeremy/operator-ctx
op - add ctx setting interface for operators |
| 59189cfa | 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - impl cloning Ceed |
| b81cffb3 | 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rtd - pin docutils==0.16 for now, see https://github.com/mcmtroffaes/sphinxcontrib-bibtex |
| b52d7143 | 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update doxyfile for obsolete values |
| d8dd9a91 | 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add ctx setting interface for operators |
| 7ed3e4cd | 04-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - use DMPlexGetLocalOffsets for building restrictions |
| 73bb2039 | 14-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #865 from CEED/leila/fluid-stab
Fluids - Fix bug in Stabilization (SU/SUPG) |
| 25509ebb | 13-Jan-2022 |
Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com> |
Update GetMultiplicity function (E^T * E * 1) to work for H(div) space (#869)
* Update GetMultiplicity function (E^T * E * 1)
* Update interface/ceed-elemrestriction.c
Co-authored-by: Jed Brow
Update GetMultiplicity function (E^T * E * 1) to work for H(div) space (#869)
* Update GetMultiplicity function (E^T * E * 1)
* Update interface/ceed-elemrestriction.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Update interface/ceed-elemrestriction.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* added comments
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| 504dc8e0 | 12-Jan-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluid: set c_tau = 0.5 |
| 32f166c6 | 11-Jan-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
eulervortex: add test_5 - non-smooth cylinder |
| e535bb46 | 06-Jan-2022 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Scale velocity to user defined units in traveling vortex and advection(2d) |
| 679c4372 | 05-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: explain edge measures and wave speeds |