| #
2c98d61c
|
| 14-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1726 from CEED/jeremy/shared-fallback
Fallback if nontensor shared uses too much mem
|
| #
fda26546
|
| 14-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fallback if nontensor shared uses too much mem
|
| #
1a63be7e
|
| 09-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1721 from CEED/jeremy/shared-nontensor
Add non-tensor shared
|
| #
1f6c24fe
|
| 07-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - shrink sizes in t319 for non-tensor
|
| #
cb270d31
|
| 03-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor style
|
| #
01ecf5b4
|
| 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1674 from CEED/jeremy/cov-excl
Houskeeping
|
| #
6c10af5d
|
| 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - style and lcov fixes
|
| #
1088199a
|
| 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1632 from CEED/jrwrigh/fix_basis_project
fix(basis): Use basis_from dim for projection matrices
|
| #
706bf528
|
| 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
test: Add mixed topology basis projection test
|
| #
afa95cff
|
| 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1611 from CEED/jrwrigh/project_mixed_tensor
basis: Allow CreateProjection for mixed-tensor bases
|
| #
e104ad11
|
| 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
basis: Allow CreateProjection for mixed-tensor bases
|
| #
3ff7c56e
|
| 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1613 from CEED/jrwrigh/basis_handle_null_qweights
basis: Correct backend handling of NULL q_weight
|
| #
097cc795
|
| 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
basis: CreateProjection set q_ref, q_weight to NULL
|
| #
43dcc2de
|
| 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1527 from CEED/jeremy/more-lcov
Minor LCOV fixes
|
| #
99e754f0
|
| 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - codecov updates
|
| #
98ef505e
|
| 05-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1325 from CEED/zach/fix-coord-ordering-basis-tests
Change coordinate ordering to be consistent with tensor basis application
|
| #
3c9d155a
|
| 05-Sep-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Change coordinate ordering to be consistent with tensor basis application
|
| #
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 ...
|
| #
684f4935
|
| 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1167 from CEED/jeremy/drop-i
Consistency in c tests
|
| #
4fee36f0
|
| 02-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - consistency in c tests
|
| #
2b730f8b
|
| 17-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - re
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - remove stray newline
* make - simpler 'make format' target
* ci - use newer libxsmm
* doc - minor release note claification
* minor - minor fix
* minor - minor fix
* minor - minor fix
* minor - minor fix
* make format
* format - less aggressive alignment rules
* tidy - check for argument name mismatches
* fix newline
* format - mirror Ratel update to .clang-format
* fix merge error
* fix merge conflict
* fix merge error
* drop style in .phony list
* Update .clang-format
Co-authored-by: Jed Brown <jed@jedbrown.org>
* apply updated format
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
20a91ff9
|
| 08-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1023 from CEED/jeremy/project-grad
Add grad to projection basis
|
| #
14556e63
|
| 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add gradient to projection bases
|