| #
255e1892
|
| 29-Sep-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !157, 'jrwrigh/format_parentesis_break', into 'main'
style: Change clang-format to penalize newline after open ()
See merge request phypid/honee!157
|
| #
9eadbee4
|
| 29-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Change clang-format to penalize newline after open ()
|
| #
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
|
| #
db3415c4
|
| 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
upstream: Change MPIU_BOOL to MPI_C_BOOL
Based on PETSc deprecation in !8691
|
| #
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
|
| #
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
|
| #
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 ...
|
| #
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
|
| #
f0d618ea
|
| 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
style: Move spanstat TSMonitor functions to spanstats.h
|
| #
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
|
| #
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
|
| #
c52fa185
|
| 31-Mar-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !108, 'jrwrigh/spanstats_tsmonitor', into 'main'
refactor: Make spanwise statistics generic
See merge request phypid/honee!108
|
| #
78c5b8e5
|
| 30-Mar-2025 |
James Wright <james@jameswright.xyz> |
refactor: Use TSMonitorSetFromOptions for spanstats
|
| #
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
|
| #
4e1dcb99
|
| 16-Feb-2025 |
James Wright <james@jameswright.xyz> |
feat: Add -ts_eval_solutions_view for -ts_eval_times
Writes out intermediate solutions specified by `-ts_eval_times`
|
| #
a51a4f78
|
| 15-Feb-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !100, 'jrwrigh/spanstats_pointer_struct', into 'main'
fix: Change `SpanStatsData` struct to pointer-to-struct
See merge request phypid/honee!100
|
| #
e987420b
|
| 15-Feb-2025 |
James Wright <james@jameswright.xyz> |
fix: Change spanstats struct to pointer-to-struct
|
| #
ece06fa8
|
| 15-Feb-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !99, 'jrwrigh/spanstats_printing', into 'main'
feat: Spanstats file writing log statement
See merge request phypid/honee!99
|
| #
8fbf1d3f
|
| 15-Feb-2025 |
James Wright <james@jameswright.xyz> |
feat: Add log statement for spanstats file writing
|
| #
2459cd36
|
| 12-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !96, 'jrwrigh/mass_ksp_preonly', into 'main'
TEMP fix: Manually use KSP_PCApply in RHSFunction
See merge request phypid/honee!96
|
| #
bc5573aa
|
| 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
TEMP fix: Manually use KSP_PCApply in RHSFunction
Run PCApply manually if using ksp_type preonly -pc_type jacobi
This is to avoid an AllReduce call in KSPSolve_Preonly, which causes significant slo
TEMP fix: Manually use KSP_PCApply in RHSFunction
Run PCApply manually if using ksp_type preonly -pc_type jacobi
This is to avoid an AllReduce call in KSPSolve_Preonly, which causes significant slowdowns for lumped mass matrix solves. See https://gitlab.com/petsc/petsc/-/merge_requests/8048 for more details and a possible fix. This commit should be reverted once that MR moves through
show more ...
|