| #
f2989f2b
|
| 21-Jan-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1917 from CEED/jeremy/ceed-object
Add core CeedObject to handle common functionality
|
| #
b0f67a9c
|
| 14-Jan-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - add CeedObject to handle common functionality
|
| #
d4cc1845
|
| 30-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1912 from CEED/jeremy/copyright
minor - update copyright to 2026
|
| #
9ba83ac0
|
| 19-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright to 2026
|
| #
7f85f93f
|
| 30-Sep-2025 |
James Wright <james@jameswright.xyz> |
Merge pull request #1896 from CEED/jrwrigh/clang-penalty-paren
style: Change clang-format to penalize newline after open ()
|
| #
1a8516d0
|
| 30-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Change clang-format to penalize newline after open ()
|
| #
65219c46
|
| 21-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1868 from CEED/jeremy/basis-is-collocated
Pull BasisIsCollocated helper to interface level
|
| #
aa4b4a9f
|
| 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ref - minor variable name clarity
|
| #
ca62d558
|
| 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - pull BasisIsCollocated helper to interface level
|
| #
20a16a5f
|
| 20-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1786 from CEED/jeremy/copy-headers
minor - upate copyright to 2025
|
| #
d275d636
|
| 19-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - upate copyright to 2025
|
| #
e3ae47f6
|
| 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1702 from CEED/jeremy/get-ceed-object
Ceed*Get[CeedObject] Needs Destroy
|
| #
9bc66399
|
| 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - require *GetCeed ceed to be Destroyed
|
| #
db2becc9
|
| 13-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Add CeedBasisApplyAdd (#1644)
* basis - add CeedBasisApplyAdd + CPU impl
* basis - add ref GPU ApplyAdd
* basis - add shared GPU ApplyAdd
* basis - add MAGMA ApplyAdd
* basis - add CeedB
Add CeedBasisApplyAdd (#1644)
* basis - add CeedBasisApplyAdd + CPU impl
* basis - add ref GPU ApplyAdd
* basis - add shared GPU ApplyAdd
* basis - add MAGMA ApplyAdd
* basis - add CeedBasisApplyAddAtPoints + default impl
* basis - add GPU ApplyAddAtPoints
* tidy - add extra assert to fix clang-tidy
* Apply suggestions from code review
style - consistently use indexing over pointer arithmatic
Co-authored-by: Zach Atkins <zach.atkins@colorado.edu>
* style - more pointer fixes
---------
Co-authored-by: Zach Atkins <zach.atkins@colorado.edu>
show more ...
|
| #
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
|
| #
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
|
| #
d663a15a
|
| 04-Oct-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1360 from CEED/sjg/tensor-contract-constructor
|
| #
a71faab1
|
| 03-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Remove unused parameter from CeedTensorContractCreate
|
| #
21f16bf6
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1315 from CEED/jeremy/queep
Backend Consistency Fixes
|
| #
ca735530
|
| 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for CUDA backends
|
| #
ad70ee2c
|
| 30-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for CPU backends
|
| #
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 ...
|
| #
3c708d80
|
| 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1299 from CEED/sjg/cuda-hip-backends-consistency
Style fixes for `cuda` and `hip` backend consistency
|