| 9b05cfb0 | 25-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1932 from CEED/jeremy/dev-docs
Expand style conventions in dev docs |
| 53ee81ee | 24-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - expand style conventions in dev docs |
| a49e5d53 | 20-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1930 from CEED/zach/add-sequential-and-at-points-fixes
Add CeedOperatorCompositeSetSequential and fix edge cases in CUDA gen at points assembly |
| 11a80696 | 19-Feb-2026 |
Zach Atkins <zach.atkins@colorado.edu> |
ci: add sequential composite operator test |
| 736f144a | 18-Feb-2026 |
Zach Atkins <zach.atkins@colorado.edu> |
backends(cuda/ref,hip/ref): fix use of incorrect output field index |
| 745f16d1 | 18-Feb-2026 |
Zach Atkins <zach.atkins@colorado.edu> |
backends(cuda/gen,hip/gen): fix at-points assembly to avoid writing to non-active outputs |
| be395853 | 18-Feb-2026 |
Zach Atkins <zach.atkins@colorado.edu> |
operator(composite): add interface to force sequential execution of sub-operators |
| 83dae3b2 | 12-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1929 from CEED/jeremy/readme-minor
minor - style consistency for bibtex in README |
| 334b1dcf | 12-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - style consistency for bibtex in README |
| 33490f6e | 09-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1927 from CEED/jeremy/scalar-multiplicity
Scalar Multigrid Multiplicity |
| 397d7ab3 | 09-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - test to use scalar or multi-comp mult vector |
| 32db0c4d | 09-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - use scalar multiplicity vec for multigrid |
| 6261a418 | 09-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - style consistency |
| becbf5cd | 09-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gallery - add scalar scaling qf |
| 0b6847a6 | 09-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gallery - add identity to scalar qf |
| e6340a46 | 06-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1926 from CEED/jeremy/typo
minor - typo |
| 7b6fac6b | 06-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - typo |
| 79b8f26d | 06-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1924 from hughcars/fix-march-native-arm
Fix gcc `-march=native` for arm mac |
| 94ab23f8 | 05-Feb-2026 |
Hugh Carson <hughcars@amazon.com> |
ci: preserve CI job names, add apple-clang test
Map compiler display names to actual binaries in a step instead of using matrix include/exclude, so job names stay as gcc/clang. Adds a separate apple
ci: preserve CI job names, add apple-clang test
Map compiler display names to actual binaries in a step instead of using matrix include/exclude, so job names stay as gcc/clang. Adds a separate apple-clang job on macOS to test the system compiler.
show more ...
|
| a44bca27 | 05-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1923 from CEED/jeremy/dealii-kokkos
deal.II Example - Kokkos Support |
| 7247fd92 | 04-Feb-2026 |
Hugh Carson <hughcars@amazon.com> |
make: use -mcpu=native for GCC and Clang on non-x86 architectures
On ARM, -march=native resolves to CPU names (e.g., apple-m1) which are invalid for -march; must use -mcpu=native instead. Use uname
make: use -mcpu=native for GCC and Clang on non-x86 architectures
On ARM, -march=native resolves to CPU names (e.g., apple-m1) which are invalid for -march; must use -mcpu=native instead. Use uname -m to detect architecture and select the appropriate flag. Clang has the same limitation, so MARCHFLAG.clang follows MARCHFLAG.gcc.
show more ...
|
| eb5e7f26 | 04-Feb-2026 |
Hugh Carson <hughcars@amazon.com> |
ci: fix macOS tests to use explicit GCC and LLVM compilers
The "gcc" on macOS is a symlink to Apple Clang, so the existing matrix was testing Apple Clang twice instead of testing distinct compilers.
ci: fix macOS tests to use explicit GCC and LLVM compilers
The "gcc" on macOS is a symlink to Apple Clang, so the existing matrix was testing Apple Clang twice instead of testing distinct compilers.
Fix by testing three explicit compilers on macOS: - clang: Apple Clang (system) - gcc-15: real GCC from Homebrew - llvm: LLVM 18 from Homebrew
Print compiler version to make the distinction visible in CI output.
show more ...
|
| d416dc2b | 03-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
dealii - add gpu version with kokkos |
| d6ed5abf | 02-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1921 from CEED/jeremy/fortran-ex-1
ex - add fortran ex1 |
| 860dc821 | 29-Jan-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - add fortran ex1 |