| #
eaae1aea
|
| 09-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Changes for clang-format 18
|
| #
9f99de84
|
| 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1614 from CEED/jeremy/vec-utils
Strided Vec Utils
|
| #
0b8f3c4e
|
| 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - add CeedVectorCopyStrided and CeedVectorSetStrided utils
|
| #
3765d34e
|
| 09-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1578 from CEED/jeremy/restriction-points-gpu
GPU Restriction AtPoints
|
| #
19605835
|
| 06-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - support different at point e-layouts
|
| #
0d15ed0c
|
| 10-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1556 from CEED/jrwrigh/fix_doc_warnings
fix: Correct docstring, make parameter name consistent
|
| #
17afdf5c
|
| 10-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix: Correct docstring, make parameter name consistent
|
| #
a171b6ef
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1537 from CEED/jeremy/pragma-once
Use #pragma once for non-JiT headers
|
| #
5aed82e4
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers
|
| #
ad75ff58
|
| 22-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1521 from CEED/jeremy/cov-fixes
Reduce Code Duplication
|
| #
f5d1e504
|
| 19-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
backend - use new user data copy utility
|
| #
e4483ef5
|
| 01-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1429 from CEED/jeremy/less-lcov-excl
Reduce LCOV_EXCL markers
|
| #
bcbe1c99
|
| 19-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - reduce LCOV_EXCL markers
|
| #
f1b7d387
|
| 02-Jan-2024 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1431 from CEED/sjg/strict-prototypes-fix
Silence compiler warning for `-Wstrict-prototypes`
|
| #
897d4737
|
| 20-Dec-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix GCC warnings for casts between incompatible function types
|
| #
360501f4
|
| 20-Dec-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Silence compiler warnings for -Wstrict-prototypes
|
| #
ca94c3dd
|
| 05-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Docstring consistency (#1409)
* doc - docstring consistency
* doc - update for bad linking of type names
* doc - update for bad linking of type names
|
| #
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 ...
|
| #
76e570b8
|
| 29-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1353 from CEED/jeremy/codecov
CodeCov Fixes
|
| #
53cbfc38
|
| 28-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - add missing docstring
|
| #
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 ...
|
| #
f90d6ea7
|
| 19-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1333 from CEED/jeremy/restriction-points
Add ElemRestrictionAtPoints
|
| #
ac5aa7bc
|
| 19-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - spelling is hard
|
| #
05fa913c
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - allow restriction to ordered points evec
|