| c51f031a | 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change bubble_type to advection_ic_type
Since cosine_hill and skew aren't bubbles |
| e88b842a | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add in cosine hill and skew advection ICs |
| d7f60a41 | 06-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1428 from CEED/jeremy/collocated
Remove legacy CEED_BASIS_COLLOCATED |
| c6271fa9 | 15-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - remove legacy CEED_BASIS_COLLOCATED |
| cbbfdb05 | 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1423 from CEED/jrwrigh/fluids_high_order_geom
fluids: Support higher-order geometry |
| b2e5b5b3 | 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Support higher-order geometry |
| 7d8a615b | 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add uses_newtonian flag |
| 80f5d3cb | 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Ensure all outputs are set in QFunctions
- In support of #1420 |
| 31838eb0 | 05-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Docstring consistency (#1409)
* doc - docstring consistency
* doc - update for bad linking of type names
* doc - update for bad linking of type names |
| bbc5b8f7 | 30-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1408 from CEED/jrwrigh/fix_smartsim_testing
CI: SmartSim test asks for open socket |
| a1fe2ed4 | 30-Nov-2023 |
James Wright <james@jameswright.xyz> |
CI: SmartSim test asks for open socket
Technically there's a race condition here, but according to https://unix.stackexchange.com/a/132524/297140, the kernel will return many different socket number
CI: SmartSim test asks for open socket
Technically there's a race condition here, but according to https://unix.stackexchange.com/a/132524/297140, the kernel will return many different socket numbers before repeating.
show more ...
|
| 8140a309 | 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1203 from CEED/jrwrigh/smartsim
fluids: SmartSim Online Data-Driven SGS training |
| 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 |
| 71e0bfc3 | 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 ...
|
| acad7547 | 06-Jun-2023 |
James Wright <james@jameswright.xyz> |
doc(fluids): Document SmartSim in situ training |
| 1c17f66a | 14-May-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add -sgs_train_enable flag |
| 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 |
| 8ecc9db9 | 16-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add SGS DD training QFunctions
- Returns training data |
| 7f93c8d1 | 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 |
| 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 ...
|
| 9e6f9b5e | 07-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add SmartSim build to Makefile |
| 54ae1419 | 14-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMGet{Global,Local}VectorInfo to public header |
| 83239476 | 07-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Store diff filter field ids |