| 366f3756 | 10-Feb-2026 |
James Wright <james@jameswright.xyz> |
feat: Point to HONEE documentation in help docs |
| e338a12e | 10-Feb-2026 |
James Wright <james@jameswright.xyz> |
sync(matceed): Docstrings and CeedTab View |
| 26d401f3 | 09-Feb-2026 |
James Wright <james@jameswright.xyz> |
fix(upstream): PETSc changes to PetscCtxDestroyFn |
| 240d24bd | 09-Feb-2026 |
James Wright <james@jameswright.xyz> |
fix(upstream): Update DMPlexFilter with new arguments from petsc:!8876 |
| 4fe35dce | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Remove honee member coordinate references |
| d510ce3c | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Remove coordinate args from QDataBoundaryGradientGet() |
| bae0b58e | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
fix(bc): Use CoordinateBasisCreate, other cleanup in HoneeBCAdd*Op
Previous usage of bc_def->dm_field for the coordinate basis is incorrect. The coordinate field is always 0 in the coordinate DM. |
| 07126c9a | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Remove coordinate arguments from QDataBoundaryGet() |
| 9018c49a | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Remove coordinate arguments from QDataGet()
They are obtained directly from the passed in DM object |
| 77efe802 | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat(dm-utils): Add DMPlexCeedCoordinateCreateField() |
| 5dd063ed | 16-Oct-2025 |
James Wright <james@jameswright.xyz> |
style: Intialize Units in cloptions.c via a compound literal |
| 7e3656bd | 16-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Add dedicated mesh transform functionality
Mostly so that the mesh transformation can occur independently of the coordinate scaling process. |
| 4d9179f2 | 14-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: SetupDM also sets DMPlex Scale |
| 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() |
| 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 |
| 9eadbee4 | 29-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Change clang-format to penalize newline after open () |
| 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 |