| 8d78d7c8 | 18-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Move differential filtering into separate header |
| 82baf964 | 17-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Move sgs_dd_data into Honee container |
| 8340219b | 16-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat: Move grad_velo_proj into Honee container |
| e5a8cae0 | 24-Jun-2025 |
James Wright <james@jameswright.xyz> |
fix: Move enum strings to compilation units |
| 1abc2837 | 11-Jun-2025 |
James Wright <james@jameswright.xyz> |
style: jac_data_size -> num_comps_jac_data
Includes: - jac_data_size_sur -> num_comps_jac_data - jac_data_size_vol -> num_comps_jac_data - jac_data_size -> num_comps_jac_data |
| ea091b8e | 11-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat(bc): Shrink jac_data_size to that being used |
| 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 |
| 224fc8c8 | 05-Jun-2025 |
James Wright <james@jameswright.xyz> |
refactor(bc): Extract Outflow from freestream files
Outflow should be treated separately from freestream |
| d9f57b1c | 25-Mar-2025 |
James Wright <james@jameswright.xyz> |
tg: Add background_velocity option for TaylorGreen IC |
| 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. |
| 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 |
| f9d6418b | 01-Dec-2024 |
James Wright <james@jameswright.xyz> |
fix(stg): Skip dx when using strong STG
Strong STG determines the element sizes based on the elements themselves, therefore dx doesn't need to be calculated from the box_faces flag (and it will erro
fix(stg): Skip dx when using strong STG
Strong STG determines the element sizes based on the elements themselves, therefore dx doesn't need to be calculated from the box_faces flag (and it will error out when it tries to do so)
show more ...
|
| 519781ae | 26-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix: Destroy Ceed objects due to libCEED #1702 |
| 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 |
| 48417fb7 | 12-Oct-2024 |
James Wright <james@jameswright.xyz> |
style: Move Newtonian unit test to bottom of file |
| 01e19bfa | 12-Oct-2024 |
James Wright <james@jameswright.xyz> |
style: Use CeedOperatorFieldGetData |
| fff85bd3 | 12-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix: Destroy objects from CeedOperatorFieldGet* |