| c500636f | 23-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Move output_dir creation to CLOptions
No need to have this clutter up the top domain level |
| 5907cb7e | 23-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove RegisterProblems_NS from global namespace
Just call the function when we go to process CL arguments |
| bb4806ca | 23-Nov-2024 |
James Wright <james@jameswright.xyz> |
fix(mass): Don't iterate `vec_length` in qfcreation
- `vec_length` doesn't actually do anything anymore, so it should be set to 1 |
| 64dd23fe | 23-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Move and rename CreateMassQFunction |
| c9663aa2 | 23-Nov-2024 |
James Wright <james@jameswright.xyz> |
chore: Cleanup stray commented lines |
| 46e51c0e | 18-Nov-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !74, 'jrwrigh/refactor_restart', into 'main'
Refactor continue/restart options and backend
See merge request phypid/honee!74 |
| d114cded | 16-Nov-2024 |
James Wright <james@jameswright.xyz> |
feat: Add HoneeLoadInitialCondition() |
| 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 |
| d85b32c9 | 12-Nov-2024 |
James Wright <james@jameswright.xyz> |
feat(file): Add HoneeCheckFilenameExtension() |
| c636465d | 26-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !73, 'jrwrigh/destroy_ceeds', into 'main'
fix: Destroy Ceed objects due to libCEED #1702
See merge request phypid/honee!73 |
| 519781ae | 26-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix: Destroy Ceed objects due to libCEED #1702 |
| b78d7c7d | 24-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !72, 'jrwrigh/jit_changes', into 'main'
fix: Change QFunctions to account for libCEED#1696
See merge request phypid/honee!72 |
| 3e17a7a1 | 22-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix: Change QFunctions to account for libCEED#1696 |
| 8028a091 | 22-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !71, 'jrwrigh/fix_container_destroy', into 'main'
fix(matceed): Use new context destroy function signature
See merge request phypid/honee!71 |
| 67aa9f91 | 21-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix(matceed): Use new context destroy function signature
See petsc!7900 and !7960 |
| 282bbc2a | 15-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !70, 'jrwrigh/advection_bl_outflow_height', into 'main'
feat: Add `-bl_height_factor` option
See merge request phypid/honee!70 |
| 80e9ac5b | 15-Oct-2024 |
James Wright <james@jameswright.xyz> |
refactor: Rename advection flags to `-advection_ic_*` |
| 57bb6b22 | 14-Oct-2024 |
James Wright <james@jameswright.xyz> |
style(advdif): Use switch for IC-specific flags |
| b4fd18df | 14-Oct-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add bl_height_factor option |
| 94bfce71 | 12-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !69, 'jrwrigh/newtonian_unit_tests', into 'main'
style: Move Newtonian unit test to bottom of file
See merge request phypid/honee!69 |
| 48417fb7 | 12-Oct-2024 |
James Wright <james@jameswright.xyz> |
style: Move Newtonian unit test to bottom of file |
| 66fef50d | 12-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !68, 'jrwrigh/operatorget', into 'main'
fix: Destroy objects from CeedOperatorFieldGet*
See merge request phypid/honee!68 |
| 01e19bfa | 12-Oct-2024 |
James Wright <james@jameswright.xyz> |
style: Use CeedOperatorFieldGetData |