| #
b30619f6
|
| 30-Mar-2025 |
James Wright <james@jameswright.xyz> |
feat: Add spanstats for CFL and Peclet number
- Add CalculatePe* to numerics.h
|
| #
17dc1449
|
| 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
style(spanstats): Change turbulence setup function name
|
| #
28b0a49d
|
| 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !122, 'jrwrigh/honee_petscobject', into 'main'
feat: Convert Honee to PetscObject, remove auxillary structs
See merge request phypid/honee!122
|
| #
9b05e62e
|
| 20-Jun-2025 |
James Wright <james@jameswright.xyz> |
refactor: Remove Print functions from navierstokes.h
|
| #
fb049dde
|
| 20-Jun-2025 |
James Wright <james@jameswright.xyz> |
refactor: Remove unused function signatures from navierstokes.h
|
| #
7ebeccb9
|
| 20-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Move smartsim into Honee container
|
| #
8d78d7c8
|
| 18-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Move differential filtering into separate header
|
| #
cb8a476c
|
| 18-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Remove diff_filter struct from Honee
|
| #
39169b57
|
| 17-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Move sgs_dd_train into Honee container
|
| #
82baf964
|
| 17-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Move sgs_dd_data into Honee container
|
| #
8340219b
|
| 16-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Move grad_velo_proj into Honee container
|
| #
4ea616f4
|
| 16-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Make NodalProjectionDataDestroy use pointer argument
This to align with `PetscCtxDestroyFn` signature
|
| #
6a9fb8ef
|
| 16-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Convert HONEE to PetscObject
|
| #
75014c78
|
| 24-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !124, 'jrwrigh/fix_petsc_breakage', into 'main'
fix: Latest PETSc changed `DMSetCoordinateDisc()` signature
See merge request phypid/honee!124
|
| #
a7a18c73
|
| 24-Jun-2025 |
James Wright <james@jameswright.xyz> |
fix: Latest PETSc changed `DMSetCoordinateDisc()` signature
Changed in petsc!8353
|
| #
90f8c300
|
| 23-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !123, 'jrwrigh/qf_char_arrays', into 'main'
feat: Move PetscOptionEnum char arrays to enum defs in QF files
See merge request phypid/honee!123
|
| #
1c94e285
|
| 18-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Move PetscOptionEnum char arrays to enum defs in QF files
|
| #
b77f7f1c
|
| 17-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !118, 'jrwrigh/rename_jac_data_size', into 'main'
style: jac_data_size -> num_comps_jac_data
See merge request phypid/honee!118
|
| #
22a713df
|
| 17-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !116, 'jrwrigh/update_jac_data_size_bc', into 'main'
feat(bc): Shrink jac_data_size to that being used
Closes #30
See merge request phypid/honee!116
|
| #
b1926ee6
|
| 17-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !67, 'jrwrigh/bc_QF_setup', into 'main'
Use BCDefinition for setting up boundary integral QFunctions
Closes #27
See merge request phypid/honee!67
|
| #
1abc2837
|
| 11-Jun-2025 |
James Wright <james@jameswright.xyz> |
style: jac_data_size -> num_comps_jac_data
Includes: - jac_data_size_sur -> num_comps_jac_data - jac_data_size_vol -> num_comps_jac_data - jac_data_size -> num_comps_jac_data
|
| #
ea091b8e
|
| 11-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat(bc): Shrink jac_data_size to that being used
|
| #
d3c60aff
|
| 05-Jun-2025 |
James Wright <james@jameswright.xyz> |
refactor: Delete SimpleBC struct
|
| #
d6cac220
|
| 05-Jun-2025 |
James Wright <james@jameswright.xyz> |
bc(inflow): Convert inflow bc to use BCDef functions
|
| #
f978755d
|
| 05-Jun-2025 |
James Wright <james@jameswright.xyz> |
bc(outflow): Convert outflow bc to use BCDef functions
|