| 4c07ec22 | 04-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add PyTorch external DD SGS evaluation
- Rename sequential_internal -> *_ceed |
| c63b910f | 03-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add back CeedOperator PetscLogEvents
Remove the unused fluids-based ones in favor of the built-in MatCeed ones |
| 51bb547f | 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Demo MatCeed{Get,Set}ContextReal |
| 40d80af1 | 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Update MatCeed with Ratel updates |
| e90c2cee | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add MatCeedView (from Ratel)
https://gitlab.com/micromorph/ratel/-/merge_requests/817 |
| b1984a58 | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Update PetscCallCeed (from Ratel)
Update from: https://gitlab.com/micromorph/ratel/-/merge_requests/815 |
| 43e9749f | 15-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Rename PetscSmartRedisCall -> PetscCallSmartRedis |
| 4fa1625a | 12-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Misc cleanup of SmartSim and SGS training |
| dc936754 | 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers |
| 18fb7758 | 26-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - use #pragma once in examples |
| a7dac1d5 | 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Sync with Ratel, get ceed-utils.h |
| 50f50432 | 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids(MatCeed): PetscCeedCall -> PetscCallCeed |
| 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 |
| 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 ...
|
| ff6b888a | 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Change SmartRedisCall -> PetscSmartRedisCall |
| 7cd70835 | 19-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add SmartSim setup
- Adds `-smartsim_diable_calls` which can run with `-sgs_train_enable`, but doesn't call SmartSim library calls. This allows for debugging the training related functio
fluids: Add SmartSim setup
- Adds `-smartsim_diable_calls` which can run with `-sgs_train_enable`, but doesn't call SmartSim library calls. This allows for debugging the training related functions without having to run inside a SmartSim experiment.
show more ...
|
| 54ae1419 | 14-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMGet{Global,Local}VectorInfo to public header |
| ef3cb7e0 | 03-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add partition statistics to standard output |
| 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 |
| 6cbc221e | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CeedOperatorCreateLocalVecs |
| f7325489 | 22-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Refactor matops -> petsc_ops |
| 502d3fee | 20-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add VecCopyP2C function |