| 16cb6b6b | 09-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: Add -ksp_post_solve_residual |
| 1d646981 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !92, 'jrwrigh/bc_logevent', into 'main'
feat(bc): Add log events for BCInsert and CeedOp
See merge request phypid/honee!92 |
| 71efcdda | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !91, 'jrwrigh/RHS_persistent_vec', into 'main'
feat(rhs): Use persistent RHS residual Vec
See merge request phypid/honee!91 |
| d9e07cc2 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat(bc): Add log events for BCInsert and CeedOp |
| dabd2275 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat(ifunction): Move G2L Q_dot to before boundary value update
Really minor change here, but just in case STG calculation is non-negligible |
| dc3c760a | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat(rhs): Use persistent RHS residual Vec
This avoids a VecDuplicate and VecCopy within the mass matrix KSPSolve |
| 0d0968c2 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !90, 'jrwrigh/renaming', into 'main'
style: Refactor fluids -> HONEE
See merge request phypid/honee!90 |
| ea615d4c | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
style: Refactor fluids -> HONEE |
| eea329a2 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !89, 'jrwrigh/check_step_inf', into 'main'
fix: Check step should check for infinities
See merge request phypid/honee!89 |
| 68e693e7 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
style: Remove extra line from monitor_cfl |
| 827052a7 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
fix: Check step checks for infinities too |
| d2bfba56 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !87, 'jrwrigh/cfl_monitor', into 'main'
feat: Add -ts_monitor_cfl
See merge request phypid/honee!87 |
| 87fd7f33 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: Add -ts_monitor_cfl |
| 2a51b432 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: Monitor totalKE uses tabs |
| af98443e | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !88, 'jrwrigh/quicker_preload', into 'main'
feat: -preload also truncates linear solve
See merge request phypid/honee!88 |
| 4f25acd9 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: -preload also truncates linear solve
Particularly useful when SNES is forced to do some number of iterations |
| c67da627 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !86, 'jrwrigh/fix_typos', into 'main'
style: MonitorDissipation -> MonitorTotalKE struct
See merge request phypid/honee!86 |
| 600dae7d | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
style: MonitorDissipation -> MonitorTotalKE struct |
| 923b3db9 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !85, 'jrwrigh/partition_balance', into 'main'
feat(dm): Set partition balance
See merge request phypid/honee!85 |
| e7934809 | 05-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat(dm): Set partition balance |
| b046bc26 | 05-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !75, 'jrwrigh/cgns_restart', into 'main'
feat: Enable CGNS restart
See merge request phypid/honee!75 |
| 78a26750 | 05-Dec-2024 |
James Wright <james@jameswright.xyz> |
doc: Rearrange runtime options documentation |
| c4a0f6c7 | 19-Nov-2024 |
James Wright <james@jameswright.xyz> |
test: Add CGNS load IC test |
| dafcea5d | 19-Nov-2024 |
James Wright <james@jameswright.xyz> |
test: Check -options_left before checking options |
| eb9b4fe1 | 18-Nov-2024 |
James Wright <james@jameswright.xyz> |
feat: Enable CGNS restarts |