| 8314b541 | 09-Feb-2026 |
James Wright <james@jameswright.xyz> |
fix(upstream): -ts_dt -> -ts_time_step |
| 7e3656bd | 16-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Add dedicated mesh transform functionality
Mostly so that the mesh transformation can occur independently of the coordinate scaling process. |
| 4d9179f2 | 14-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: SetupDM also sets DMPlex Scale |
| 755bbe25 | 04-Sep-2025 |
James Wright <james@jameswright.xyz> |
test: Add advection CFL/Pe spanstats test |
| c4bd9656 | 03-Sep-2025 |
James Wright <james@jameswright.xyz> |
test: Add wall_time and check_step to tests |
| c9f37605 | 28-Jul-2025 |
Mohammed Amin <mohammed.amin@colorado.edu> |
(!133) Unify `Units` setup |
| 0aab7249 | 06-Jul-2025 |
James Wright <james@jameswright.xyz> |
test: Add test for -ts_monitor_spanstats_cflpe |
| 6a9fb8ef | 16-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Convert HONEE to PetscObject |
| 96f347c2 | 12-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat(bc_def): Convert BCDefinition to a PetscObject |
| 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 |
| d4e423e7 | 05-Jun-2025 |
James Wright <james@jameswright.xyz> |
bc(freestream): Convert freestream bc to use BCDef functions |
| 5e79d562 | 11-Oct-2024 |
James Wright <james@jameswright.xyz> |
bc(slip): Convert slip bc to use BCDef functions |
| 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 |
| 56fab57d | 31-Mar-2025 |
James Wright <james@jameswright.xyz> |
test: Modify TG test for background velocity |
| e987420b | 15-Feb-2025 |
James Wright <james@jameswright.xyz> |
fix: Change spanstats struct to pointer-to-struct |
| 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 |
| b3b24828 | 10-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat(newt): Add div(Fdiff) projection to RHS |
| ea615d4c | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
style: Refactor fluids -> HONEE |
| 87fd7f33 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: Add -ts_monitor_cfl |
| 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 |
| 354560d1 | 02-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: Add max_wall_time PostStep |