History log of /honee/problems/advection.c (Results 1 – 25 of 134)
Revision Date Author Comments
# 337840fc 09-Feb-2026 James Wright <james@jameswright.xyz>

Merge MR !165, 'jrwrigh/plex_filter_fix', into 'main'

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

See merge request phypid/honee!165


# 26d401f3 09-Feb-2026 James Wright <james@jameswright.xyz>

fix(upstream): PETSc changes to PetscCtxDestroyFn


# 00359db4 21-Oct-2025 James Wright <james@jameswright.xyz>

Merge MR !161, 'jrwrigh/dm-utils-coords', into 'main'

feat(dm_utils): Add Coordinate-specific getter for CeedField values

See merge request phypid/honee!161


# d510ce3c 21-Oct-2025 James Wright <james@jameswright.xyz>

feat: Remove coordinate args from QDataBoundaryGradientGet()


# 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


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


# 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


# cf8f12c8 15-Oct-2025 James Wright <james@jameswright.xyz>

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


# 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


# 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 ()


# 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


# da7f3a07 26-Sep-2025 James Wright <james@jameswright.xyz>

WIP: Updated libCEED Functions


# e14e7b81 22-Aug-2025 James Wright <james@jameswright.xyz>

Merge MR !146, 'jrwrigh/refactor', into 'main'

refactor: Use compound literals for struct initialization

See merge request phypid/honee!146


# ae2e5212 22-Aug-2025 James Wright <james@jameswright.xyz>

style: Get local section once for divFdiff projection setup


# f5dc303c 22-Aug-2025 James Wright <james@jameswright.xyz>

refactor: Use compound literals for struct setting

Using compound literals to initialize structs is often either easier to
read or more compact than setting struct members individually
one-by-one.


# 9fcccac0 21-Aug-2025 James Wright <james@jameswright.xyz>

Merge MR !145, 'jrwrigh/refactor', into 'main'

refactor: Change default struct in Newtonian, change Calloc1() -> New(), DivFDiff changes

See merge request phypid/honee!145


# 2d898fa6 20-Aug-2025 James Wright <james@jameswright.xyz>

style: Change PetscCalloc1(1, ...) into PetscNew(...)


# d9e69621 20-Aug-2025 James Wright <james@jameswright.xyz>

refactor(divFdiff): Make divFdiff method explicit argument in setup


# c9d9fc88 12-Aug-2025 James Wright <james@jameswright.xyz>

Merge MR !137, 'jrwrigh/problem_components', into 'main'

feat: Set number of components in problem setup

Closes #37

See merge request phypid/honee!137


# f27c2204 11-Aug-2025 James Wright <james@jameswright.xyz>

feat: Set number of components in problem setup

Same with the name of those components


# dc3bef10 28-Jul-2025 James Wright <james@jameswright.xyz>

Merge MR !133, 'Amin/units', into 'main'

Unify `Units` setup

See merge request phypid/honee!133


# c9f37605 28-Jul-2025 Mohammed Amin <mohammed.amin@colorado.edu>

(!133) Unify `Units` setup


# 28b0a49d 04-Jul-2025 James Wright <james@jameswright.xyz>

Merge MR !122, 'jrwrigh/honee_petscobject', into 'main'

feat: Convert Honee to PetscObject, remove auxillary structs

See merge request phypid/honee!122


123456