| 179e5961 | 01-Dec-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Update PETSc examples to use VecP2C and VecC2P (#1412) |
| b6972d74 | 01-Dec-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Update petsc-dmswarm example to use CeedOperatorAtPoints (#1411)
* Update petsc-dmswarm example to use CeedOperatorAtPoints
* Change mass operator to use geometric data
* Clean up DMSwarmCeedC
Update petsc-dmswarm example to use CeedOperatorAtPoints (#1411)
* Update petsc-dmswarm example to use CeedOperatorAtPoints
* Change mass operator to use geometric data
* Clean up DMSwarmCeedContext
* Refactor core swarm functions
* Comment indentation cleanup
show more ...
|
| c982af4d | 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 ...
|
| 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 |
| 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 |
| a2f6637e | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Cleanup unused struct members
Many of these are set, but never actually used. |
| 49a40c8a | 16-Nov-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Plex project coord renamed (#1391)
* fixing ProjectCoordinates
* copy of Ratel fix
* set for future, preserve backward
* break out versions
* PETSc is actually at 3.20 not 3.21 so decrem
Plex project coord renamed (#1391)
* fixing ProjectCoordinates
* copy of Ratel fix
* set for future, preserve backward
* break out versions
* PETSc is actually at 3.20 not 3.21 so decremment the minor version switch
* fixed style and copied same to solids and petsc examples (thought they have lots of other compile warnings)
* blank line
* Breaking again with compounded versions
* Update remaining DMPlexProjectCoordinates
* ex - update DMPlexCreateCoordinateSpace
* cx - update ICC/IFORT job
---------
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|