| 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 |
| be91e165 | 29-May-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move to state enum for state functions |
| 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 |
| 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. |
| 186595e6 | 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Rename user->M --> M_inv |
| 9ad5e8e4 | 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move RHSFunction to petsc-ops |
| dd715608 | 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: OperatorApplyContextCreate verify all sizes |
| f0d883e9 | 30-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Define in/out in docstring params |
| 05675bc2 | 30-Mar-2023 |
James Wright <james@jameswright.xyz> |
refactor(fluids): STG setup functions refactored |
| f5452247 | 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 |
| 3221f4d3 | 29-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move lumped mass matrix to petsc-ops |
| 5263e9c6 | 29-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids Move initial conditions -> petsc-ops |
| e66242d1 | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Migrate grid anisotropy and grad_velo to petsc-ops |
| 3722cd23 | 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. |
| c901ea1c | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Dirichlet use petsc-ops |
| b07979f9 | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move IJacobian MatShell to petsc-ops
closes #1142 |
| ed331efd | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Convert turb_spanstats to use petsc-ops |
| b718eef5 | 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMGetLocalVectorInfo and Global version |
| 93567eea | 29-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add ApplyCeedOperatorLocalToLocal to petsc-ops |
| b35d522b | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CreateMatShell_Ceed function in petsc-ops |
| 2cd2c56b | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: petsc-ops accept CEED_VECTOR_NONE, NULL CeedVector |