| 772da9d1 | 18-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - note CEED_QFUNCTION macro creates abspath |
| b94bfe40 | 15-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - add gpu dev notes |
| cefb0a82 | 14-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fix trailing spaces in non-linted files |
| 48acf710 | 30-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
OperatorAtPoints (#1390)
* op - add AtPoints interface
* op - reorder AtPoints QFunction for consistency
* op - add CEED_EVAL_WEIGHT for operator AtPoints
* doc - add CeedOperatorCreateAtPo
OperatorAtPoints (#1390)
* op - add AtPoints interface
* op - reorder AtPoints QFunction for consistency
* op - add CEED_EVAL_WEIGHT for operator AtPoints
* doc - add CeedOperatorCreateAtPoints to release notes
show more ...
|
| 5b6ec284 | 15-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - add Boolan field register/set/get/restore |
| 4018a20a | 25-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
release - update version number and notes |
| 13d7dc18 | 04-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - clarify delegation/fallback with an example |
| 37eda346 | 29-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - remove CeedOperatorSetNumQuadraturePoints |
| fdf20d15 | 20-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1339 from CEED/jeremy/spelling
Spelling is hard |
| 58c07c4f | 20-Sep-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Support CPU shared-memory parallelism with OpenMP (#1279)
* Updates for OpenMP thread safety (one Ceed per thread, potentially with shared output vector)
* Makefile tabs vs. spaces consistency
Support CPU shared-memory parallelism with OpenMP (#1279)
* Updates for OpenMP thread safety (one Ceed per thread, potentially with shared output vector)
* Makefile tabs vs. spaces consistency
* Fix unrelated pragma bug for Intel compilers in `backend.h`
* Address PR feedback: Use _OPENMP macro, simplify OpenMP pragma wrappers
* Address PR feedback: Add new statement macro CeedPragmaThreadPrivate to PREDEFINED entries in Doxyfile
* Add OpenMP support to Intel CI workflow for testing
* Add documentation for OPENMP option and Update releasenotes.md
* Revise OpenMP implementation: Rather than enforcing global variables to be threadprivate, just wrap potential race conditions in a critical block (during registration)
* Avoid returning from OpenMP blocks
* Early break on error when registering backends or QFunctions
* Formatting fixes after rebase, newline after variable declarations
* Address PR feedback: Revert some unintentional changes to debug output
* Update codecov exclusions
show more ...
|
| ac5aa7bc | 19-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - spelling is hard |
| 01f0e615 | 18-Jun-2023 |
James Wright <james@jameswright.xyz> |
Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic |
| 3384518a | 30-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - further explain change from COLLOCATED to NONE |
| 356036fa | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE |
| b8c4711a | 27-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Update releasenodes.md and AUTHORS |
| 83e14dba | 19-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update release notes |
| 1f97d2f1 | 07-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - fixup errors |
| bd882c8a | 15-Jun-2023 |
James Wright <james@jameswright.xyz> |
Add sycl/ref and sycl/shared backends (#1229)
* Merge sycl_backend from ALCF fork
---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Add sycl/ref and sycl/shared backends (#1229)
* Merge sycl_backend from ALCF fork
---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|
| 9d9c52bb | 05-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
doc: fix math in headers
There is a bad hyperref/unicode-math interaction apparently resulting from how PDF bookmarks work. This replaces math in headers (section titles) with unicode Greek letters
doc: fix math in headers
There is a bad hyperref/unicode-math interaction apparently resulting from how PDF bookmarks work. This replaces math in headers (section titles) with unicode Greek letters to fix doc-latexpdf.
https://tex.stackexchange.com/questions/570000/improper-alphabetic-constant-error-in-title-with-greek-bug-with-unicode-math-an
show more ...
|
| 3f89fbfd | 06-Apr-2023 |
James Wright <james@jameswright.xyz> |
doc(fluids): Add differential filtering |
| 5088944b | 17-May-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs
fluids: Data-driven SGS modeling |
| c79d6dc9 | 23-Mar-2023 |
James Wright <james@jameswright.xyz> |
doc(fluids): Document SGS, data-driven model |
| c70a677f | 13-May-2023 |
Jed Brown <jed@jedbrown.org> |
doc: update to altair-5.0 and sphinext-altair
https://github.com/altair-viz/altair/issues/3051#issuecomment-1546730887 |
| 60582ab9 | 11-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - pin Altair <5.0 until Sphinx updates |
| 1622892d | 07-Apr-2023 |
James Wright <james@jameswright.xyz> |
examples/petsc: Remove unneeded PETSC_VERSION_LT
- We now require greater than 3.19 anyways
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> |