| 481d14cb | 17-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove -continue, add use_continue_file internally |
| b4fd18df | 14-Oct-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add bl_height_factor option |
| df29e1ee | 04-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix(tests): Update tests for fixed ts_type alpha
The startup logic for `ts_type: alpha` was fixed in petsc/petsc!7816, so the reference solutions needed to be fixed as well. |
| 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 |
| 3da913d1 | 19-Sep-2024 |
James Wright <james@jameswright.xyz> |
feat: Add flatplate STG yaml and setup files
Needed for reframe testing on Aurora, offers "real" test of turbulent flat plate simulations |
| 63cbeca8 | 18-Sep-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add BL yaml file, use in test |
| 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 |
| 141134f8 | 17-Aug-2024 |
James Wright <james@jameswright.xyz> |
test(advdif): Add tests for div(F_diff) projection |
| fbabb365 | 13-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add diffusion tau coefficient |
| dac5a352 | 29-Jul-2024 |
James Wright <james@jameswright.xyz> |
tests(advdif): Add square IC test |
| 22312f1f | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
test(advdif): Add test for sine wave IC |
| 8c85b835 | 24-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Implement divergence of diffusive flux |
| 149fb536 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move navierstokes.* out of root directory
navierstokes.h to include and navierstokes.c into examples |
| fc37ad8c | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move yamls, etc to examples directory |
| 67f3e659 | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
ci: Enable smartsim and PyTorch testing |
| aa34f9e7 | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move smartsim_regression_framework into tests
- Also some refactoring of the Makefile
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> |
| a32db64d | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move createPyTorchModel |
| e7ab8a0e | 25-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Remove erroneous .pyc file |
| d9688174 | 25-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - capture j correctly |
| 0006be33 | 24-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Get tests back up and running |