| b3b24828 | 10-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat(newt): Add div(Fdiff) projection to RHS |
| ff684e42 | 10-Dec-2024 |
James Wright <james@jameswright.xyz> |
refactor(newtonian): Small refactor to IFunction |
| 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 |
| 25125139 | 22-Nov-2024 |
James Wright <james@jameswright.xyz> |
feat: Add monitor for total kinetic energy balance |
| c9663aa2 | 23-Nov-2024 |
James Wright <james@jameswright.xyz> |
chore: Cleanup stray commented lines |
| 3e17a7a1 | 22-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix: Change QFunctions to account for libCEED#1696 |
| b4fd18df | 14-Oct-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add bl_height_factor option |
| 5239d4bb | 23-Sep-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !51, 'jrwrigh/fix_advdiff_tau', into 'main'
fix(advdif): Correct gij size, square Ctau_{a,d}
See merge request phypid/honee!51 |
| db7fbcd2 | 19-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix(utils): ocloc (SYCL) claims 'local' as keyword |
| 4ca5135b | 07-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix(advdif): Correct gij size, square Ctau_{a,d}
- Correct gij size based on reference element size - Ctau_{a,d} should be squared to align with 1D minreg definitions |
| 3d1afcc1 | 19-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add Boundary Layer IC, wind type |
| 71acc5ee | 18-Aug-2024 |
James Wright <james@jameswright.xyz> |
style: Misc formatting changes |
| 97cfd714 | 18-Aug-2024 |
James Wright <james@jameswright.xyz> |
style: Return int for paramaterized QFs
i.e. for QF helpers that are just surrogates for an actual QF, they should return int so that the actual QFs can simply return the value of the function. |
| 40b78511 | 16-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Implement indirect div(F_diff) projection |
| 5f952e8d | 16-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add div F_diff into RHS |
| 4c5ab12f | 12-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add div F_diff into IFunction |
| 17cb71b0 | 12-Aug-2024 |
James Wright <james@jameswright.xyz> |
fix: Move DivDiffFluxProjectionMethod location
Should be in stabilization_types since it needs to be accessible to multiple governing equations and the entire point of the projection is for stabiliz
fix: Move DivDiffFluxProjectionMethod location
Should be in stabilization_types since it needs to be accessible to multiple governing equations and the entire point of the projection is for stabilization.
show more ...
|
| c2d90829 | 26-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Direct projection of div diff implemented |
| da8b59d6 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(qdata): Add BoundaryGradient for 2D |
| fbabb365 | 13-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add diffusion tau coefficient |
| 5f636aea | 29-Jul-2024 |
James Wright <james@jameswright.xyz> |
style(advdif): Add prefix to typedef enums |
| a62be6ba | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add sine and square wave IC |
| 89c65c6f | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/div_diff_flux_func_ptr' into 'main'
refactor: Make Divergence of Diffusive Flux flexible with governing equations
See merge request phypid/honee!36 |
| 74960ff5 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
style: Use Square() instead of repeated multiplication |