| c5e50263 | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
DiffFilterFields: Make diff_filter operators compatible with fields |
| 7975779f | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
DiffFilterField: Reshuffling of DM Creation passes tests |
| 36c6cbc8 | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Specify dm_field in GetRestrictionForDomain |
| 25c92e8f | 04-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add MMS test for differential filtering
MMS = method of manufactured solutions |
| 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 |
| 8dadcfbd | 03-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add grid_aniso collocated vector function |
| 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 |
| 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. |
| e1cd92d2 | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Dirichlet use petsc-ops |
| f9028c3c | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move IJacobian MatShell to petsc-ops
closes #1142 |
| 5cfe26e6 | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Convert turb_spanstats to use petsc-ops |
| 29afcdd1 | 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMGetLocalVectorInfo and Global version |
| 5ce09d65 | 29-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add ApplyCeedOperatorLocalToLocal to petsc-ops |
| bb1c79bd | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CreateMatShell_Ceed function in petsc-ops |