| 89ae81b0 | 05-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add anisotropic filtering test with damping |
| 682a9695 | 03-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add wall-damping to differential filter |
| 1123f253 | 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add isotropic filtering test |
| 88b07121 | 08-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add differential filtering setup |
| 8583b752 | 21-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add differential filtering QFs |
| 8dadcfbd | 03-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add grid_aniso collocated vector function |
| c8eca429 | 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) |
| 33796533 | 05-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Blasius IC for primitive variables |
| 2bf87077 | 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 |
| 8fff8293 | 29-May-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move to state enum for state functions |
| 4b0f6111 | 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 |
| 6ef77fa5 | 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 |
| 0fd30eea | 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 |
| 6f539f71 | 04-Mar-2023 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Refactor CreateMassQFunction |
| cb315d14 | 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. |
| cc9aa765 | 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Rename user->M --> M_inv |
| da5fe0e4 | 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move RHSFunction to petsc-ops |
| 82560a70 | 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: OperatorApplyContextCreate verify all sizes |
| 3fc17c4b | 30-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Define in/out in docstring params |
| 68d8e747 | 30-Mar-2023 |
James Wright <james@jameswright.xyz> |
refactor(fluids): STG setup functions refactored |
| 91933550 | 30-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move setup function calls to better locations
- Move libCEED operator setup functions to SetupLibceed - Rename turbulence statistics functions to match naming convention |
| 0143e3da | 29-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move lumped mass matrix to petsc-ops |
| 8f18bb8b | 29-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids Move initial conditions -> petsc-ops |
| 49f5db74 | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Migrate grid anisotropy and grad_velo to petsc-ops |
| 2eb7bf1f | 29-Mar-2023 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Dirichlet -> Strong BC
- Use "strong" and "dirichlet" to refer to the same thing (hard-contrained degrees-of-freedom). Chose "strong", as dirichlet may be enforced weakly. |