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


# 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


# 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


# b30619f6 30-Mar-2025 James Wright <james@jameswright.xyz>

feat: Add spanstats for CFL and Peclet number

- Add CalculatePe* to numerics.h


# b1151310 23-Nov-2024 James Wright <james@jameswright.xyz>

Merge MR !76, 'jrwrigh/misc_fixes', into 'main'

refactor: Large cleanup of navierstokes.c, others

See merge request phypid/honee!76


# bb4806ca 23-Nov-2024 James Wright <james@jameswright.xyz>

fix(mass): Don't iterate `vec_length` in qfcreation

- `vec_length` doesn't actually do anything anymore, so it should be set
to 1


# 64dd23fe 23-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Move and rename CreateMassQFunction