| #
5e072f00
|
| 28-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - add codecov exclusion marker
|
| #
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 ...
|
| #
1c66c397
|
| 30-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Interface consistency fixes (#1312)
* format - consistency fixes
* format - test name consistency
* format - drop comma operator
* format - drop git add . in favor coercion
* format - ad
Interface consistency fixes (#1312)
* format - consistency fixes
* format - test name consistency
* format - drop comma operator
* format - drop git add . in favor coercion
* format - add CeedScalarSwap macro
show more ...
|
| #
4ac82df7
|
| 25-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1221 from CEED/jeremy/no-ctx-access
No ctx access after restoring
|
| #
5f249b39
|
| 25-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - no access after restoring
|
| #
2ab8f9ab
|
| 17-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1213 from CEED/jeremy/use-refcopy
Consistency with Ceed*Refrence and Ceed*ReferenceCopy
|
| #
db002c03
|
| 11-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - consistency with Ceed*Refrence and Ceed*ReferenceCopy
|
| #
c5215752
|
| 24-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1197 from sebastiangrimberg/sjg/style-whitespace-fix
Minor style consistency updates
|
| #
9fd66db6
|
| 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Further docstring cleanup, aiming for one sentence per line
|
| #
6e6704a8
|
| 19-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1198 from CEED/jeremy/CeedCheck
Add CeedCheck macro to reduce repetition
|
| #
6574a04f
|
| 18-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - add CeedCheck macro to reduce repetition
|
| #
4385fb7f
|
| 04-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Format docstrings
|
| #
2efebffe
|
| 12-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1156 from sebastiangrimberg/sjg/hcurl-basis-dev
H(curl) basis and `CEED_EVAL_CURL`
|
| #
5330800f
|
| 24-Feb-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Update function comments for CeedQFunctions related to H(div) and H(curl) support
|
| #
49aac155
|
| 24-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
IWYU fixes (#1182)
* iwyu - include fixes
* iwyu - silence some iwyu output
* minor - clearer macro names
* iwyu - fix suggestion of "ceed/ceed.h" externally
* iwyu - lighter petsc heade
IWYU fixes (#1182)
* iwyu - include fixes
* iwyu - silence some iwyu output
* minor - clearer macro names
* iwyu - fix suggestion of "ceed/ceed.h" externally
* iwyu - lighter petsc headers
* iwyu - ceed/ceed.h -> ceed.h
* iwyu - cuda/hip include fixes
show more ...
|
| #
4c289bdf
|
| 17-Mar-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1181 from CEED/jrwrigh/doc_changes
doc: Fixes, Various formatting updates
|
| #
859c15bb
|
| 17-Mar-2023 |
James Wright <james@jameswright.xyz> |
doc: Fixes, Various formatting updates
Co-authored-by: Jed Brown <jed@jedbrown.org>
|
| #
0e0bb6dd
|
| 08-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1169 from CEED/jeremy/destroy-null
Always NULL object on Ceed*Destroy
|
| #
83065cc9
|
| 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1175 from CEED/jeremy/doc-clarify
Update docstrings for Ceed*ReferenceCopy for clarity
|
| #
512bb800
|
| 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update docstrings for Ceed*ReferenceCopy for clarity
|
| #
ad6481ce
|
| 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
safety - always NULL object on Ceed*Destroy
|
| #
fae3c42f
|
| 14-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1155 from CEED/jeremy/no-dupe-name
|
| #
643fbb69
|
| 13-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - prevent duplicate field names
|
| #
78a97f55
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1104 from CEED/jeremy/formatting
Minor Formatting Fixes
|
| #
ea61e9ac
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - assorted formatting fixes
|