| 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 |
| 8fc6ab98 | 19-Aug-2025 |
James Wright <james@jameswright.xyz> |
doc(smartsim): Documentation |
| f0df98c0 | 22-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: Remove c_tau from Newtonian options
It isn't implemented anyways.
TODO: Need to edit documentation to reflect the change (if Newtonian has any lingering references to c_tau) |
| b30619f6 | 30-Mar-2025 |
James Wright <james@jameswright.xyz> |
feat: Add spanstats for CFL and Peclet number
- Add CalculatePe* to numerics.h |
| 43f5052d | 11-Jun-2025 |
James Wright <james@jameswright.xyz> |
fix(doc): Missing parathesis
And also demonstration for how to do an MR |
| 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 |
| d9f57b1c | 25-Mar-2025 |
James Wright <james@jameswright.xyz> |
tg: Add background_velocity option for TaylorGreen IC |
| 881dd9b7 | 28-Mar-2025 |
James Wright <james@jameswright.xyz> |
fix: Documentation formatting error |
| 0fb1909e | 24-Mar-2025 |
James Wright <james@jameswright.xyz> |
doc: Rearrange documentation |
| 7c69a229 | 24-Mar-2025 |
James Wright <james@jameswright.xyz> |
doc: Convert docs to single sentence-per-line |
| 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. |
| 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` |
| 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. |
| 16cb6b6b | 09-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: Add -ksp_post_solve_residual |
| 87fd7f33 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: Add -ts_monitor_cfl |
| 78a26750 | 05-Dec-2024 |
James Wright <james@jameswright.xyz> |
doc: Rearrange runtime options documentation |
| eb9b4fe1 | 18-Nov-2024 |
James Wright <james@jameswright.xyz> |
feat: Enable CGNS restarts |
| 354560d1 | 02-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: Add max_wall_time PostStep |
| 8b774af8 | 29-Nov-2024 |
James Wright <james@jameswright.xyz> |
feat: Add -honee_check_step |
| 25125139 | 22-Nov-2024 |
James Wright <james@jameswright.xyz> |
feat: Add monitor for total kinetic energy balance |
| 481d14cb | 17-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove -continue, add use_continue_file internally |
| 2136baaa | 17-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: -continue_filename has no default value |
| ea2beb2d | 16-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove -continue_time_filename option |
| 80e9ac5b | 15-Oct-2024 |
James Wright <james@jameswright.xyz> |
refactor: Rename advection flags to `-advection_ic_*` |