| 0dee9b8e | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Skip Preallocation for auxillary DMs |
| e07531f7 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: More consistent naming of qf context |
| ae2b091f | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move to Apache-2.0 OR BSD-2-Clause |
| 149fb536 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move navierstokes.* out of root directory
navierstokes.h to include and navierstokes.c into examples |
| 991aef52 | 24-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make ProblemData a pointer to struct
We basically use it as a pointer-to-struct type everywhere, so might as well make it consistent with everything else |
| ee81c423 | 18-Apr-2024 |
Riccardo Balin <balin@uan-0002.head.cm.americas.sgi.com> |
fluids: moved SmartRedis send of time step number after all training data is computed |
| 43e9749f | 15-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Rename PetscSmartRedisCall -> PetscCallSmartRedis |
| 6ea7c1ae | 12-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Multiple filter widths for SGS training |
| 4fa1625a | 12-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Misc cleanup of SmartSim and SGS training |
| 7ff16c02 | 24-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Put min global array size for SmartSim |
| dc936754 | 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers |
| 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 |
| c05653ab | 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1517 from CEED/jrwrigh/ratel_sync
fluids: Sync with Ratel changes |
| 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 |
| f4632bef | 05-Mar-2024 |
Riccardo Balin <riccardo.balin@gmail.com> |
Fixing SmartRedis meta data arrays to be of type Int64 (#1501)
* fluids: fixed SmartRedis meta data arrays to be of type Int64
* fluids: style fix
---------
Co-authored-by: Riccardo Balin <
Fixing SmartRedis meta data arrays to be of type Int64 (#1501)
* fluids: fixed SmartRedis meta data arrays to be of type Int64
* fluids: style fix
---------
Co-authored-by: Riccardo Balin <balin@aurora-uan-0010.hostmgmt.cm.aurora.alcf.anl.gov>
show more ...
|
| ad2e713e | 27-Feb-2024 |
Riccardo Balin <riccardo.balin@gmail.com> |
Merge balin/smartsim branch into main with timers for SmartRedis API calls (#1480)
---------
Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Riccardo Balin <balin@aurora-u
Merge balin/smartsim branch into main with timers for SmartRedis API calls (#1480)
---------
Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Riccardo Balin <balin@aurora-uan-0012.hostmgmt.cm.aurora.alcf.anl.gov>
show more ...
|
| c6271fa9 | 15-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - remove legacy CEED_BASIS_COLLOCATED |
| ff6b888a | 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Change SmartRedisCall -> PetscSmartRedisCall |
| ec6e4151 | 16-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add SmartSimDataDestroy |
| 632a41e1 | 04-May-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add TSPostStep for SGS DD Training
- This will shutdown the simulation if there's a tensor called `check-run` equal to zeros |
| aa0b7f76 | 17-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add data-driven SGS training setup, TSMonitor
- Adds `smartsim_weak.c` to handle case where SmartRedis is not built |
| 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 ...
|