| 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 ...
|
| 83239476 | 07-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Store diff filter field ids |
| f6ac214e | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Agnosticize VeloGradient projection setup
- It can now setup more than just user->grad_velo_proj |
| 0d8cd818 | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Cleanup unused struct members
Many of these are set, but never actually used. |
| e647b60d | 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 ...
|
| 94a7b3d2 | 30-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)
* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling
Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)
* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling coordinates through basis to apply IDL
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|
| dff57df7 | 13-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Don't set ts_max_steps if not TESTTYPE_NONE |
| cf171902 | 28-Sep-2023 |
James Wright <james@jameswright.xyz> |
fix(fluids): Don't use IntArrayC2P in diff filter
IntArrayC2P frees the input array, when I need both the `PetscInt` array and the `CeedInt` array. |
| 084d29fc | 27-Sep-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1349 from CEED/jrwrigh/remove_ctx_update
fluids: Use normal `CeedOperatorSetContextDouble` instead of `UpdateContextLabel` |
| 701e5830 | 26-Sep-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use normal CeedOperatorSetContextDouble
That instead of `UpdateContextLabel`, as #1347 built that functionality into the normal label setting functions themselves |
| 3bd8abf2 | 26-Sep-2023 |
James Wright <james@jameswright.xyz> |
fluids: Fix 64bit Int typing issues |
| 71c848e3 | 18-Jun-2023 |
James Wright <james@jameswright.xyz> |
Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic |
| 58e1cbfd | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE |
| 5d4281a8 | 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
fixup! fluids: Add DMPlexCeedElemRestriction*Create |
| 1f491d26 | 26-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Document and clarify spanstats restriction creation
- The restriction creation for the spanwise statistics is a pretty special case, so better name the functions and document what exactl
fluids: Document and clarify spanstats restriction creation
- The restriction creation for the spanwise statistics is a pretty special case, so better name the functions and document what exactly it is doing
show more ...
|
| 15c18037 | 26-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMPlexCeedElemRestriction*Create
Replaces CreateRestrictionFromPlex and GetRestrictionForDomain |
| b2948607 | 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Misc changes to functions |
| c56e8d5b | 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Rename files with *_NS suffix |
| 06f41313 | 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Correct PetscFunction{Return,BeginUser} placement
- Respect the PETSc standard for style (https://petsc.org/release/developers/style/#coding-conventions-and-style) |
| f3fcf8f4 | 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove misc comments
- Either by inaccuracy of unnecessary |
| 42454ada | 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Make function names in consistent format
- Mainly remove `_` and acronymns with more than 2 letters should respect CamelCase (ie. `StgFunction` not `STGFunction`) |
| 22c1b34e | 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Fix preloading vector
- Preloading should use Q_preload, not Q. Otherwise the initial condition for the "actual" solve is changed by the preload step |
| da4ca0cf | 25-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMSetupByOrder_* helper function |