History log of /honee/src/monitor_cfl.c (Results 1 – 17 of 17)
Revision Date Author Comments
# 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


# 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


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


# 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


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

Merge MR !153, 'jrwrigh/checkbadSource', into 'main'

style: Add checkbadSource

See merge request phypid/honee!153


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

style: Corrections from make checkbadSource


# 5f46bb16 06-Jul-2025 James Wright <james@jameswright.xyz>

Merge MR !128, 'jrwrigh/spanstats_numerics', into 'main'

feat: Add Spanwise Statistics collection for CFL and Peclet number

See merge request phypid/honee!128


# 5206a5a0 04-Jul-2025 James Wright <james@jameswright.xyz>

style: Changing destroy function signatures


# 58d6cc7d 04-Jul-2025 James Wright <james@jameswright.xyz>

Merge MR !129, 'jrwrigh/fix_monitor_cfl', into 'main'

fix(monitor_cfl): Give correctly sized QFCtx for advection case

See merge request phypid/honee!129


# 713571d7 04-Jul-2025 James Wright <james@jameswright.xyz>

fix(monitor_cfl): Give correctly sized QFCtx for advection case

When the problem type is the advection-diffusion equations,
`MonitorCFL()` would interpret the QFunction context as
`NewtonianIdealGas

fix(monitor_cfl): Give correctly sized QFCtx for advection case

When the problem type is the advection-diffusion equations,
`MonitorCFL()` would interpret the QFunction context as
`NewtonianIdealGasContext`. This is functionally ok only if it is zero.
Otherwise this could lead to OOB memory access. The only
reason it hadn't up till now is that the members of
`NewtonianIdealGasContext` that were used by `StateFromQ()` were within
the memory bounds of `AdvectionContext`.

show more ...


# eea329a2 07-Dec-2024 James Wright <james@jameswright.xyz>

Merge MR !89, 'jrwrigh/check_step_inf', into 'main'

fix: Check step should check for infinities

See merge request phypid/honee!89


# 68e693e7 07-Dec-2024 James Wright <james@jameswright.xyz>

style: Remove extra line from monitor_cfl


# d2bfba56 07-Dec-2024 James Wright <james@jameswright.xyz>

Merge MR !87, 'jrwrigh/cfl_monitor', into 'main'

feat: Add -ts_monitor_cfl

See merge request phypid/honee!87


# 87fd7f33 07-Dec-2024 James Wright <james@jameswright.xyz>

feat: Add -ts_monitor_cfl