History log of /honee/src/ (Results 1 – 25 of 507)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
366f375610-Feb-2026 James Wright <james@jameswright.xyz>

feat: Point to HONEE documentation in help docs

e338a12e10-Feb-2026 James Wright <james@jameswright.xyz>

sync(matceed): Docstrings and CeedTab View

26d401f309-Feb-2026 James Wright <james@jameswright.xyz>

fix(upstream): PETSc changes to PetscCtxDestroyFn

240d24bd09-Feb-2026 James Wright <james@jameswright.xyz>

fix(upstream): Update DMPlexFilter with new arguments from petsc:!8876

4fe35dce21-Oct-2025 James Wright <james@jameswright.xyz>

feat: Remove honee member coordinate references

d510ce3c21-Oct-2025 James Wright <james@jameswright.xyz>

feat: Remove coordinate args from QDataBoundaryGradientGet()

bae0b58e21-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.

07126c9a21-Oct-2025 James Wright <james@jameswright.xyz>

feat: Remove coordinate arguments from QDataBoundaryGet()

9018c49a21-Oct-2025 James Wright <james@jameswright.xyz>

feat: Remove coordinate arguments from QDataGet()

They are obtained directly from the passed in DM object

77efe80221-Oct-2025 James Wright <james@jameswright.xyz>

feat(dm-utils): Add DMPlexCeedCoordinateCreateField()

5dd063ed16-Oct-2025 James Wright <james@jameswright.xyz>

style: Intialize Units in cloptions.c via a compound literal

7e3656bd16-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.

4d9179f214-Oct-2025 James Wright <james@jameswright.xyz>

feat: SetupDM also sets DMPlex Scale

7b8c503816-Oct-2025 James Wright <james@jameswright.xyz>

style: Rename dm-utils to match the header file format

cf8f12c815-Oct-2025 James Wright <james@jameswright.xyz>

feat: Replace honee->elem_restr_q and basis_q with creation routines

a628ec3116-Oct-2025 James Wright <james@jameswright.xyz>

feat: Add DMGetFieldNumComps()

e3db12f814-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.

6b9fd99314-Oct-2025 James Wright <james@jameswright.xyz>

style(dm-utils): Rename Basis routines to match ElemRestriction

522303d714-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

d033c86214-Oct-2025 James Wright <james@jameswright.xyz>

TODO: Add note about requiring a reduction in the QData stuff

efa3095014-Oct-2025 James Wright <james@jameswright.xyz>

feat(dm-utils): Add the ElemRestriction container logic from Ratel

fcefbc9914-Oct-2025 James Wright <james@jameswright.xyz>

style: Move DMGetStratumISAtHeight()

b846ad1a09-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

9eadbee429-Sep-2025 James Wright <james@jameswright.xyz>

style: Change clang-format to penalize newline after open ()

1c58d51026-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

12345678910>>...21