| da599986 | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
test: Upload smartsim data as failure artifacts |
| 0ebaa86a | 17-Oct-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !160, 'jrwrigh/ratel_dm_utils', into 'main'
feat(dm-utils): Save Basis and ElemRestriction to DM upon creation
Closes #8
See merge request phypid/honee!160 |
| 7b8c5038 | 16-Oct-2025 |
James Wright <james@jameswright.xyz> |
style: Rename dm-utils to match the header file format |
| cf8f12c8 | 15-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Replace honee->elem_restr_q and basis_q with creation routines |
| a628ec31 | 16-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Add DMGetFieldNumComps() |
| e3db12f8 | 14-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Add DMLABEL_DEFAULT and DMLABEL_DEFAULT_VALUE
Helper variables to make it more clear what is being done for the default DMLabel and the default label value as well. |
| 6b9fd993 | 14-Oct-2025 |
James Wright <james@jameswright.xyz> |
style(dm-utils): Rename Basis routines to match ElemRestriction |
| 522303d7 | 14-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat(dm-utils): Add Basis container logic from Ratel
Also does more complex logic for setting up tensor-basis objects |
| d033c862 | 14-Oct-2025 |
James Wright <james@jameswright.xyz> |
TODO: Add note about requiring a reduction in the QData stuff |
| efa30950 | 14-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat(dm-utils): Add the ElemRestriction container logic from Ratel |
| fcefbc99 | 14-Oct-2025 |
James Wright <james@jameswright.xyz> |
style: Move DMGetStratumISAtHeight() |
| 59583c89 | 10-Oct-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !158, 'jrwrigh/grad_nd', into 'main'
style: Use "D" for GradUnpack
See merge request phypid/honee!158 |
| 22440147 | 22-Aug-2025 |
James Wright <james@jameswright.xyz> |
style: Use "D" for GradUnpack
The values correspond to the physical dimension, not any arbitrary "N" value |
| 9e67f91b | 09-Oct-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !151, 'jrwrigh/matceed-sync', into 'main'
feat: Sync mat-ceed changes from Ratel
See merge request phypid/honee!151 |
| 0bf21536 | 09-Oct-2025 |
James Wright <james@jameswright.xyz> |
style: Remove include hierarchy from clang-format |
| b846ad1a | 09-Oct-2025 |
James Wright <james@jameswright.xyz> |
matceed: Sync changes from Ratel
Includes - Use of CeedViewTab alignment, see ratel!1230 - Ensuring that CeedVector lengths are appropriate ratel!1228 - Allow reuse of COO preallocation ratel!1198 |
| 255e1892 | 29-Sep-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !157, 'jrwrigh/format_parentesis_break', into 'main'
style: Change clang-format to penalize newline after open ()
See merge request phypid/honee!157 |
| 9eadbee4 | 29-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Change clang-format to penalize newline after open () |
| c0d10d1d | 29-Sep-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !156, 'jrwrigh/matceed_petscerrorcodefn', into 'main'
upstream: Update MPIU_BOOL and PetscErrorCodeFn
See merge request phypid/honee!156 |
| eeb6d35e | 29-Sep-2025 |
James Wright <james@jameswright.xyz> |
ci: Add HONEE make info to lint and memcheck jobs |
| 1c58d510 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
fix: Replace <petsc.h> with more specific headers
All this to really just get around clang-tidy complaining about `petsclandau.h` having a slightly unoptimal struct layout |
| 04c05134 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
upstream(mat-ceed): Update MatCeed to PetscErrorCodeFn signatures
Changed in PETSc!8615 |
| db3415c4 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
upstream: Change MPIU_BOOL to MPI_C_BOOL
Based on PETSc deprecation in !8691 |
| f2027640 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !155, 'jrwrigh/libCEED_Function_Changes', into 'main'
upstream: Update libCEED Function names
See merge request phypid/honee!155 |
| 65fa3c0a | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
fix(divdiff): Need to use CEED_VECTOR_NONE
See https://github.com/CEED/libCEED/issues/1892 |