| 4e139b58 | 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Change SmartRedisCall -> PetscSmartRedisCall |
| b306c3f1 | 16-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add SmartSimDataDestroy |
| e17e35bb | 29-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add smartsim regression testing
Requires that the fluids code be built with SMARTREDIS_DIR set, and in an environment with SmartSim (Python library) installed as well.
Co-authored by: Zach
fluids: Add smartsim regression testing
Requires that the fluids code be built with SMARTREDIS_DIR set, and in an environment with SmartSim (Python library) installed as well.
Co-authored by: Zach Atkins <zach.atkins@colorado.edu>
show more ...
|
| 3b219b86 | 06-Jun-2023 |
James Wright <james@jameswright.xyz> |
doc(fluids): Document SmartSim in situ training |
| 28134cfa | 14-May-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add -sgs_train_enable flag |
| 1a7db67c | 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 |
| ee3b213a | 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 |
| e654ecc6 | 16-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add SGS DD training QFunctions
- Returns training data |
| 7c00069f | 08-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move diff filter enums to separate header file
- So that other QFunctions can use them for indexing into differential filtered fields |
| 8146534c | 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 ...
|
| fc818f1b | 07-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add SmartSim build to Makefile |
| 650a5d66 | 14-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMGet{Global,Local}VectorInfo to public header |
| 051427ee | 07-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Store diff filter field ids |
| 7618d7b7 | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Agnosticize VeloGradient projection setup
- It can now setup more than just user->grad_velo_proj |
| f22a8550 | 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1404 from CEED/jrwrigh/fix_bubble
fix(fluids): Remove BUBBLE_COSINE |
| 8960bf37 | 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
fix(fluids): Remove BUBBLE_COSINE
- left over from new feature |
| 7e437817 | 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1402 from CEED/jrwrigh/remove_petscceedchk
fluids: Remove unused PetscCeedChk |
| d9d458ca | 21-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove unused PetscCeedChk |
| a547b5d3 | 21-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1399 from CEED/jrwrigh/advection_cleanup
fluids: Cleanup advection problems |
| ef900ff6 | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1381 from CEED/jrwrigh/fixup_coords
fluids: Remove coordinates from IFunction_NodalSgs |
| 700ae941 | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use enums in advection |
| 86e45b44 | 17-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1400 from CEED/jeremy/release-flag
Set main to non-release |
| a2f6637e | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Cleanup unused struct members
Many of these are set, but never actually used. |
| 47b00e8f | 17-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - set main to non-release |
| 8d780e65 | 17-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1396 from CEED/jeremy/context-bool
Add Boolan context field register/set/get/restore |