| 04c05134 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
upstream(mat-ceed): Update MatCeed to PetscErrorCodeFn signatures
Changed in PETSc!8615 |
| db3415c4 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
upstream: Change MPIU_BOOL to MPI_C_BOOL
Based on PETSc deprecation in !8691 |
| 65fa3c0a | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
fix(divdiff): Need to use CEED_VECTOR_NONE
See https://github.com/CEED/libCEED/issues/1892 |
| da7f3a07 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
WIP: Updated libCEED Functions |
| 14bd2a07 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Corrections from make checkbadSource |
| b4598da8 | 04-Sep-2025 |
James Wright <james@jameswright.xyz> |
fix(spanstats): Use prefix in sf_view flag and sf name |
| 755bbe25 | 04-Sep-2025 |
James Wright <james@jameswright.xyz> |
test: Add advection CFL/Pe spanstats test |
| 0c608af5 | 26-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 |
| 1fc84d60 | 20-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 |
| 8fc6ab98 | 19-Aug-2025 |
James Wright <james@jameswright.xyz> |
doc(smartsim): Documentation |
| cde3d787 | 25-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: Extract NewtonianIGProperties from NewtonianIdealGasContext |
| 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. |
| 58d1351f | 22-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: SpanstatsInitialize parameter naming |
| ca10df36 | 21-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor(honee): Use Calloc4 for sub-struct creation |
| d9e69621 | 20-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor(divFdiff): Make divFdiff method explicit argument in setup |
| 2da92326 | 20-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 ...
|
| 9ae013d6 | 19-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 ...
|
| f27c2204 | 11-Aug-2025 |
James Wright <james@jameswright.xyz> |
feat: Set number of components in problem setup
Same with the name of those components |
| f0ecb7e4 | 06-Aug-2025 |
James Wright <james@jameswright.xyz> |
bc(strong_ceed): Use face_orientation_label for all element restrictions |
| e171caa6 | 02-Jul-2025 |
James Wright <james@jameswright.xyz> |
feat(smartsim): Change "Train" logevent to "Write" |
| c9f37605 | 28-Jul-2025 |
Mohammed Amin <mohammed.amin@colorado.edu> |
(!133) Unify `Units` setup |
| c8cb0c9b | 11-Jul-2025 |
James Wright <james@jameswright.xyz> |
perf(divdiff): Replace KSPSolve with PCApply if possible |
| 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 |
| 0aab7249 | 06-Jul-2025 |
James Wright <james@jameswright.xyz> |
test: Add test for -ts_monitor_spanstats_cflpe |
| 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 ...
|