| 83eaf542 | 24-Mar-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !104, 'jrwrigh/fix_help', into 'main'
fix: Make -help flag work correctly
See merge request phypid/honee!104 |
| dba12ed7 | 24-Mar-2025 |
James Wright <james@jameswright.xyz> |
fix: Make -help flag work correctly |
| 68eca645 | 24-Mar-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !102, 'jrwrigh/checkpoint_interval', into 'main'
feat: Change default checkpoint_interval to 0
See merge request phypid/honee!102 |
| ef55efad | 24-Mar-2025 |
James Wright <james@jameswright.xyz> |
feat: Change default checkpoint_interval to 0
Binary files are no longer the standard restart file format (CGNS is), therefore this should be avoided. |
| 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` |
| 53248132 | 16-Feb-2025 |
James Wright <james@jameswright.xyz> |
doc: Add dev note for HoneeCheckFileExtension |
| 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 |
| b6732408 | 15-Feb-2025 |
James Wright <james@jameswright.xyz> |
fix: Don't redirect spanstats struct directly from honee |
| 1100d2ef | 28-Jan-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !98, 'jrwrigh/fix-totalke', into 'main'
fix(totalke): Use RHS or IFunction Op, whichever exists
See merge request phypid/honee!98 |
| 6f5e6828 | 13-Jan-2025 |
James Wright <james@jameswright.xyz> |
fix(totalke): Use RHS or IFunction Op, whichever exists |
| a8430cc7 | 02-Jan-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !97, 'jrwrigh/disable-rocm-ci', into 'main'
ci: Disable ROCm/HIP CI job
See merge request phypid/honee!97 |
| 342f6305 | 02-Jan-2025 |
James Wright <james@jameswright.xyz> |
ci: Disable ROCm/HIP CI job
AMD card was removed from Noether, so CI job won't complete |
| 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 ...
|
| 1c9ed86e | 12-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !95, 'jrwrigh/mass_ksp_view', into 'main'
feat: Add -mass_ksp_view_pre_ts_solve
See merge request phypid/honee!95 |
| 71f2ed29 | 12-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: Add -mass_ksp_view_pre_ts_solve
Views mass ksp once before solve. Also sets up the KSP so that the information is complete. |
| 2a9a4b51 | 10-Dec-2024 |
James Wright <james@jameswright.xyz> |
style: Remove pointless pointer
There's no need for `Q` to be passed as a pointer; it already exists |
| c960c867 | 10-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !94, 'jrwrigh/explicit_div_diff_flux', into 'main'
feat: Add div(Fdiff) projection to Newtonian RHS
See merge request phypid/honee!94 |
| b3b24828 | 10-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat(newt): Add div(Fdiff) projection to RHS |
| ff684e42 | 10-Dec-2024 |
James Wright <james@jameswright.xyz> |
refactor(newtonian): Small refactor to IFunction |
| 8c406fd7 | 10-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !93, 'jrwrigh/ksp_converged_reason_hist', into 'main'
feat: Add -ksp_post_solve_residual
See merge request phypid/honee!93 |