| #
b4e8f366
|
| 26-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1792 from CEED/jed/runtime-config
Add run-time interface for build-time configuration
|
| #
4f69910b
|
| 22-Mar-2025 |
Jed Brown <jed@jedbrown.org> |
Add run-time interface for build-time config (fix #1732)
This adds CeedGetGitVersion() to access output of `git describe --dirty` and CeedGetBuildConfiguration() to get variables like compilers and
Add run-time interface for build-time config (fix #1732)
This adds CeedGetGitVersion() to access output of `git describe --dirty` and CeedGetBuildConfiguration() to get variables like compilers and flags.
For builds without a Git repo, we return "unknown" or the user can set the string via `make GIT_DESCRIBE=deadbeaf`.
show more ...
|
| #
e6cb4fca
|
| 21-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1782 from CEED/jeremy/strided-fix
Add stop to CeedVectorSetValueStrided
|
| #
832a6d73
|
| 19-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - make CopyStrided reflect SetStrided
|
| #
ff90b007
|
| 18-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - add stop to CeedVectorSetValueStrided
|
| #
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
|
| #
15e1ad18
|
| 28-Feb-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1764 from CEED/zach/restriction-min-points
Add `CeedElemRestrictionGetMinPointsInElement` and `CeedElemRestrictionGetMinMaxPointsInElement`
|
| #
a4065bfb
|
| 28-Feb-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Add GetMinPointsInElement and GetMinMaxPointsInElement for elem restriction at points
|
| #
e036be40
|
| 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1699 from CEED/jeremy/set-jit-defines
Add CeedAddJitDefine
|
| #
4753b775
|
| 21-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - add CeedAddJitDefine
|
| #
f90b2312
|
| 11-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1690 from CEED/jrwrigh/getsubbyname
feat(op): Add CeedCompositeOperatorGetSubByName()
|
| #
8a297abd
|
| 11-Oct-2024 |
James Wright <james@jameswright.xyz> |
feat(op): Add CeedCompositeOperatorGetSubByName()
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
|
| #
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 ...
|
| #
1cf514e6
|
| 26-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1619 from CEED/sjg/operator-assembly-memory
Allow user to free temporary memory associated with QFunction and operator assembly
|
| #
536b928c
|
| 25-Jun-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Add CeedOperatorAssemblyDataStrip to public interface
|
| #
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
|
| #
e9decf40
|
| 21-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1612 from CEED/jeremy/op-short-view
op - add terse view
|
| #
935f026a
|
| 21-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add terse view
|
| #
743e4319
|
| 06-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1596 from CEED/jeremy/at-points-numelem
ApplyAtPoints should take number of elem
|
| #
fc0f7cc6
|
| 31-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - ApplyAtPoints should take number of elem
|
| #
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
|
| #
a844dea2
|
| 26-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
headers - use #pragma once for non-JiT headers
|