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


# 4bd04d67 06-Jul-2025 James Wright <james@jameswright.xyz>

feat(file): Enable HoneeLoadBinaryVec() for 64bit Int files

Previously, if a `Vec` binary file was written with 64bit ints, the
token would not match VEC_FILE_CLASSID correctly and fail. This
incorp

feat(file): Enable HoneeLoadBinaryVec() for 64bit Int files

Previously, if a `Vec` binary file was written with 64bit ints, the
token would not match VEC_FILE_CLASSID correctly and fail. This
incorporates the code from `VecLoad_Binary()` in PETSc to translate the
file token into it's 32bit equivalent.

show more ...


# 00c090c9 02-Mar-2025 James Wright <james@jameswright.xyz>

Merge MR !101, 'jrwrigh/tstimespan', into 'main'

feat: Add `-ts_eval_solutions_view` to output TSEvaluationSolutions

See merge request phypid/honee!101


# 53248132 16-Feb-2025 James Wright <james@jameswright.xyz>

doc: Add dev note for HoneeCheckFileExtension


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

Merge MR !90, 'jrwrigh/renaming', into 'main'

style: Refactor fluids -> HONEE

See merge request phypid/honee!90


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

style: Refactor fluids -> HONEE


# b046bc26 05-Dec-2024 James Wright <james@jameswright.xyz>

Merge MR !75, 'jrwrigh/cgns_restart', into 'main'

feat: Enable CGNS restart

See merge request phypid/honee!75


# eb9b4fe1 18-Nov-2024 James Wright <james@jameswright.xyz>

feat: Enable CGNS restarts


# 1664cb9f 18-Nov-2024 James Wright <james@jameswright.xyz>

misc: Add note about legacy HoneeLoadBinaryVec

This code is only used for regression testing now


# 46e51c0e 18-Nov-2024 James Wright <james@jameswright.xyz>

Merge MR !74, 'jrwrigh/refactor_restart', into 'main'

Refactor continue/restart options and backend

See merge request phypid/honee!74


# d114cded 16-Nov-2024 James Wright <james@jameswright.xyz>

feat: Add HoneeLoadInitialCondition()


# d85b32c9 12-Nov-2024 James Wright <james@jameswright.xyz>

feat(file): Add HoneeCheckFilenameExtension()


# 95f461b5 12-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/refactor_nom' into 'main'

refactor: norm -> normal, and others

See merge request phypid/honee!25


# 7ce151ad 12-Jul-2024 James Wright <james@jameswright.xyz>

minor(file): Remove char array lengths from arguments

There's no need for these to be here. I put them there before I have a
good understanding of pointers and C in general


# 437258a3 12-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/separate_phasta_file' into 'main'

Move file-io functions to honee-file.c

See merge request phypid/honee!24


# b237916a 12-Jul-2024 James Wright <james@jameswright.xyz>

internal: Add HoneeWriteBinaryVec


# 360b37c9 12-Jul-2024 James Wright <james@jameswright.xyz>

internal: Remove comm argument from HoneeLoadBinaryVec


# c9ff4f08 12-Jul-2024 James Wright <james@jameswright.xyz>

refactor: honee-file functions


# 93ca29b6 12-Jul-2024 James Wright <james@jameswright.xyz>

internal: Add honee-file