| 8213d101 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove problem->bc function pointers
- Not needed, as essential boundary conditions go through `DMPlexInsertBoundaryValues_NS` or `DMPlexInsertBoundaryValues_StrongBC` |
| 457e73b2 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Compatability for PETSc w/ 64bit ints |
| ee4ca9cb | 20-Jun-2023 |
James Wright <james@jameswright.xyz> |
examples: Use PetscFunctionReturn in PETSC_SUCCESS |
| 2e6856d5 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1236 from CEED/jrwrigh/fluids_event_log
fluids: Add CeedOperator PetscLogEvents |
| 75d1798c | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CeedOperator PetscLogEvents
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| d55646a4 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove unnecessary state vector write |
| 8400f944 | 19-Apr-2023 |
James Wright <james@jameswright.xyz> |
DiffFilterFields: Move to separate fields for diff filter
- This will allow easier access to the filtered state for later processing |
| 5d94b986 | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
DiffFilterFields: Make diff_filter operators compatible with fields |
| 81530087 | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
DiffFilterField: Reshuffling of DM Creation passes tests |
| 431cd09a | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Specify dm_field in GetRestrictionForDomain |
| 2029a677 | 04-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add MMS test for differential filtering
MMS = method of manufactured solutions |
| 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 |
| 900aec75 | 03-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add grid_aniso collocated vector function |
| 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 |
| 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 |