| #
c01e25f0
|
| 12-Jan-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1445 from CEED/jrwrigh/cosine_hill
fluids: Add cosine hill and skewed advection initial conditions
|
| #
7b77ddfd
|
| 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change bubble_type to advection_ic_type
Since cosine_hill and skew aren't bubbles
|
| #
c44b1c7d
|
| 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add in cosine hill and skew advection ICs
|
| #
2149b6be
|
| 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1422 from CEED/jrwrigh/strict_memcheck
fluids: Ensure all outputs are set in QFunctions
|
| #
752a08a7
|
| 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add uses_newtonian flag
|
| #
3451ca54
|
| 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1203 from CEED/jrwrigh/smartsim
fluids: SmartSim Online Data-Driven SGS training
|
| #
b306c3f1
|
| 16-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add SmartSimDataDestroy
|
| #
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
|
| #
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 ...
|
| #
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
|
| #
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
|
| #
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 ...
|
| #
60ef3fee
|
| 01-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1346 from CEED/jeremy/pre-release
Release - version 0.12.0
|
| #
d31f425a
|
| 27-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - require latest PETSc release
|
| #
a74ce5e4
|
| 26-Sep-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1348 from CEED/jrwrigh/fix_ints
fluids: Fix 64bit Int typing issues
|
| #
85df0564
|
| 26-Sep-2023 |
James Wright <james@jameswright.xyz> |
fluids: Fix 64bit Int typing issues
|
| #
51b66682
|
| 30-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1309 from CEED/jrwrigh/elem_restr_refactor
fluids: Add DMPlexCeedElemRestriction*Create
|
| #
bb85d312
|
| 26-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMPlexCeedElemRestriction*Create
Replaces CreateRestrictionFromPlex and GetRestrictionForDomain
|