| 3f89fbfd | 06-Apr-2023 |
James Wright <james@jameswright.xyz> |
doc(fluids): Add differential filtering |
| 2029a677 | 04-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add MMS test for differential filtering
MMS = method of manufactured solutions |
| 020cc818 | 05-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add anisotropic filtering test with damping |
| 66e7ee52 | 03-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add wall-damping to differential filter |
| 970fa48b | 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add isotropic filtering test |
| 4e9802d1 | 08-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add differential filtering setup |
| b3019d46 | 21-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add differential filtering QFs |
| 900aec75 | 03-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add grid_aniso collocated vector function |
| 897a4642 | 19-Apr-2023 |
James Wright <james@jameswright.xyz> |
test(fluids): Error if there are unused options
- Protects against flag name changes which may cause a test to not run, but pass the test (as it wouldn't output any error) |
| 912a746f | 05-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Blasius IC for primitive variables |
| 62ea654f | 29-May-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1225 from CEED/jrwrigh/fluids_state_enum
Fluids: Move to state enum for state functions |
| be91e165 | 29-May-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move to state enum for state functions |
| 1768a6e4 | 26-May-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1222 from CEED/jrwrigh/fluids_typos
style(fluids): Misc typo fixes |
| 0a37e1be | 14-Apr-2023 |
James Wright <james@jameswright.xyz> |
style(fluids): Misc typo fixes
- Clean up blasius.yaml - Typo fix to data-driven SGS setup - Remove unneccessary CeedVector from SGS DD setup - Fix STG error message to be more general |
| 4ac82df7 | 25-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1221 from CEED/jeremy/no-ctx-access
No ctx access after restoring |
| 5f249b39 | 25-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - no access after restoring |
| afdbbdfb | 24-May-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1220 from CEED/valeria/update-coc-email
Update CODE_OF_CONDUCT.md |
| df9112f7 | 23-May-2023 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Update CODE_OF_CONDUCT.md
Update Valeria's email address as Colorado.edu email will be deactivated as of June 14, 2023. |
| 3e21044e | 22-May-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1218 from CEED/jed/rocm-5.5
ci: update to rocm-5.5 |
| dae99eaa | 20-May-2023 |
Jed Brown <jed@jedbrown.org> |
ci: update to rocm-5.5 |
| 6efbd0f3 | 18-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1216 from CEED/jeremy/tidy-error
Error in CI on clang-tidy errors |
| 671a1103 | 18-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1212 from CEED/jeremy/asan-fixes
ASAN Fixes |
| 4f5c4930 | 18-May-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1185 from CEED/jrwrigh/fluids-cleanup
fluids: Move to local Vec storage and petsc-ops |
| 83ae4962 | 04-Mar-2023 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Refactor CreateMassQFunction |
| fbb546dd | 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fix(fluids): FormSetValues respect pbdiagonal argument
- This would allow for the preconditioner to be an assembled pbdiagonal matrix, but the Jacobian to be a full AIJ matrix. |