History log of /honee/src/ (Results 26 – 50 of 507)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
04c0513426-Sep-2025 James Wright <james@jameswright.xyz>

upstream(mat-ceed): Update MatCeed to PetscErrorCodeFn signatures

Changed in PETSc!8615

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

upstream: Change MPIU_BOOL to MPI_C_BOOL

Based on PETSc deprecation in !8691

65fa3c0a26-Sep-2025 James Wright <james@jameswright.xyz>

fix(divdiff): Need to use CEED_VECTOR_NONE

See https://github.com/CEED/libCEED/issues/1892

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

WIP: Updated libCEED Functions

14bd2a0726-Sep-2025 James Wright <james@jameswright.xyz>

style: Corrections from make checkbadSource

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

fix(spanstats): Use prefix in sf_view flag and sf name

755bbe2504-Sep-2025 James Wright <james@jameswright.xyz>

test: Add advection CFL/Pe spanstats test

0c608af526-Aug-2025 James Wright <james@jameswright.xyz>

Merge MR !142, 'jrwrigh/smartsim_solution', into 'main'

feat(smarsim): Add solution writing for smartsim

See merge request phypid/honee!142

1fc84d6020-Aug-2025 James Wright <james@jameswright.xyz>

feat: Use SmartRedis DataSet to add solution data

Allows for adding metadata tagged with the actual data at the same time

8fc6ab9819-Aug-2025 James Wright <james@jameswright.xyz>

doc(smartsim): Documentation

cde3d78725-Aug-2025 James Wright <james@jameswright.xyz>

refactor: Extract NewtonianIGProperties from NewtonianIdealGasContext

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

58d1351f22-Aug-2025 James Wright <james@jameswright.xyz>

refactor: SpanstatsInitialize parameter naming

ca10df3621-Aug-2025 James Wright <james@jameswright.xyz>

refactor(honee): Use Calloc4 for sub-struct creation

d9e6962120-Aug-2025 James Wright <james@jameswright.xyz>

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

2da9232620-Aug-2025 James Wright <james@jameswright.xyz>

fix(matceed): Change function name to avoid PETSc conflict

PETSc introduced a `MatGetMemTypeFromVecType()` function in
https://gitlab.com/petsc/petsc/-/merge_requests/8505, so we need to
change the

fix(matceed): Change function name to avoid PETSc conflict

PETSc introduced a `MatGetMemTypeFromVecType()` function in
https://gitlab.com/petsc/petsc/-/merge_requests/8505, so we need to
change the function to match

show more ...

9ae013d619-Aug-2025 James Wright <james@jameswright.xyz>

feat(smarsim): Add solution writing for smartsim

Also includes some other significant refactors, such has moving some
functions to `smartsim-impl.h` and using `smartsim.h` to host setup and
TSMonito

feat(smarsim): Add solution writing for smartsim

Also includes some other significant refactors, such has moving some
functions to `smartsim-impl.h` and using `smartsim.h` to host setup and
TSMonitor functions.

show more ...

f27c220411-Aug-2025 James Wright <james@jameswright.xyz>

feat: Set number of components in problem setup

Same with the name of those components

f0ecb7e406-Aug-2025 James Wright <james@jameswright.xyz>

bc(strong_ceed): Use face_orientation_label for all element restrictions

e171caa602-Jul-2025 James Wright <james@jameswright.xyz>

feat(smartsim): Change "Train" logevent to "Write"

c9f3760528-Jul-2025 Mohammed Amin <mohammed.amin@colorado.edu>

(!133) Unify `Units` setup

c8cb0c9b11-Jul-2025 James Wright <james@jameswright.xyz>

perf(divdiff): Replace KSPSolve with PCApply if possible

5f46bb1606-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

0aab724906-Jul-2025 James Wright <james@jameswright.xyz>

test: Add test for -ts_monitor_spanstats_cflpe

4bd04d6706-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 ...

12345678910>>...21