| b6fc2dcf | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Cleanup SetupStrongSTG_Ceed a bit |
| c2376cc9 | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Enable strong STG for explicit timestepping
Also add error catching if SGS is requested for explicit; it's not implemented at the moment. |
| 0f1db789 | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Catch SetupStrongStg_QF |
| 5faddc94 | 20-Feb-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Update to new isoperiodic API
Dependent on changes in https://gitlab.com/petsc/petsc/-/merge_requests/7305 |
| dc936754 | 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers |
| 601c5b70 | 22-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1530 from CEED/jrwrigh/matceed_errors
Fluids/MatCeed: Print lengths in PetscChecks |
| 4c17272b | 22-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids(matceed): Print lengths in PetscChecks |
| 795c5782 | 22-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1529 from CEED/jrwrigh/fix_multiplicity_training
fluids: Fix SmartSim training multiplicity, add GetInverseMultiplicity |
| 5930f037 | 21-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add GetInverseMultiplicity |
| ee6b0099 | 21-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Fix multiplicity for SGS training
Multiplicity needs to account for GlobalToLocal multiplicity as well, since we put the global Vec into the training database |
| 990f1db0 | 18-Mar-2024 |
Jed Brown <jed@jedbrown.org> |
fluids: enable reading checkpoint files as i32 or i64 (#1520)
* fluids: enable reading checkpoint files as i32 or i64
Depends on https://gitlab.com/petsc/petsc/-/merge_requests/7377
* Apply su
fluids: enable reading checkpoint files as i32 or i64 (#1520)
* fluids: enable reading checkpoint files as i32 or i64
Depends on https://gitlab.com/petsc/petsc/-/merge_requests/7377
* Apply suggestions from code review
Co-authored-by: James Wright <james@jameswright.xyz>
---------
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|
| 47683d52 | 15-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1519 from lindsayad/update-dmplex-filter
Update to DMPlexFilter in PETSc 3.21 |
| 56aab853 | 14-Mar-2024 |
Alex Lindsay <alexander.lindsay@inl.gov> |
Update to DMPlexFilter in PETSc 3.21 |
| c05653ab | 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1517 from CEED/jrwrigh/ratel_sync
fluids: Sync with Ratel changes |
| b1489633 | 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Catch if no options passed |
| 95327578 | 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Fix docstring |
| a7dac1d5 | 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Sync with Ratel, get ceed-utils.h |
| 25a38295 | 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Fix issues with 64 bit PetscInt builds |
| 50f50432 | 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids(MatCeed): PetscCeedCall -> PetscCallCeed |
| 1024319b | 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add -pmat_pbdiagonal warning |
| 1030794f | 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove old CreateMatShell_Ceed
This is fully replaced by MatCeed |
| 3170c09f | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add KSPSetFromOptions_WithMatCeed |
| ebfabadf | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use MatCeed for Jacobian |
| 58600ac3 | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add MatCeed Code from Ratel |
| 45101827 | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make MatShell functions static
This is done primarily to allow MatCeed to coexist with the context operators for right now.
This has the nasty side-effect of forcing `Mat` objects to be NUL
fluids: Make MatShell functions static
This is done primarily to allow MatCeed to coexist with the context operators for right now.
This has the nasty side-effect of forcing `Mat` objects to be NULL when they're passed into CreateMatShell_Ceed, but that will soon be replaced with MatCeed, so it is only temporary for the transition in this PR
show more ...
|