| #
82a64ec5
|
| 05-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1361 from CEED/jrwrigh/external_sgs
fluids: Add external SGS DD inference capability
|
| #
6249180f
|
| 04-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1496 from CEED/jrwrigh/ksp_mass
Fluids: Fix mass operator for explicit timestepping, move to KSP for mass operator
|
| #
dfcf44b0
|
| 04-Mar-2024 |
James Wright <james@jameswright.xyz> |
fixup! fluids: Use KSP for explicit mass matrix
|
| #
0f2fa9b4
|
| 03-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Fix mass matrix for explicit time stepping
The local vector should be initialized to zero so that all the essential nodes (ie. strong boundary condition nodes) are not factored in for the ma
fluids: Fix mass matrix for explicit time stepping
The local vector should be initialized to zero so that all the essential nodes (ie. strong boundary condition nodes) are not factored in for the matrix multiply. The PR associated with this commit should have a document attached detailing why this is the case.
Previous tests used this incorrect mass matrix and so now fail. The results for these tests are corrected as well.
show more ...
|
| #
04292f7d
|
| 03-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use KSP for explicit mass matrix
|
| #
8f5ab23b
|
| 19-Sep-2023 |
James Wright <james@jameswright.xyz> |
fluids: Refactor function names
- PascalCase for acronyms longer than 2 letters - Remove the "Anisotropic" qualifier from function names, as we only have one data-driven SGS model. If we add an is
fluids: Refactor function names
- PascalCase for acronyms longer than 2 letters - Remove the "Anisotropic" qualifier from function names, as we only have one data-driven SGS model. If we add an isotropic model later, we can give that the "Isotropic" qualifier on it's function names - Remove the "Model" qualifier from function names. "SgsDD" is communicative enough (Subgrid-stress inherently means a model)
show more ...
|
| #
3451ca54
|
| 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1203 from CEED/jrwrigh/smartsim
fluids: SmartSim Online Data-Driven SGS 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
|
| #
9d1d9d8d
|
| 13-Oct-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1379 from CEED/jrwrigh/fluids_test_nochange
fluids: Don't set ts_max_steps if not TESTTYPE_NONE
|
| #
216bbcaf
|
| 13-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Don't set ts_max_steps if not TESTTYPE_NONE
|
| #
48bb5a66
|
| 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`
|
| #
7d4c6def
|
| 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
|
| #
fddff348
|
| 12-Sep-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1233 from CEED/jrwrigh/pbdiagonal_symbolic
Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic
|
| #
01f0e615
|
| 18-Jun-2023 |
James Wright <james@jameswright.xyz> |
Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic
|
| #
5d1e9069
|
| 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1270 from CEED/jeremy/constantinople
Rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
|
| #
356036fa
|
| 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
|
| #
524ffdfd
|
| 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1259 from CEED/jrwrigh/fluids-cleanup
fluids: Misc cleanup
|
| #
f6ce2b0a
|
| 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Misc changes to functions
|
| #
f17d818d
|
| 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)
|
| #
d6e67e47
|
| 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove misc comments
- Either by inaccuracy of unnecessary
|
| #
cbef7084
|
| 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`)
|
| #
241b322a
|
| 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1311 from CEED/jrwrigh/fix-fluids-preload
fluids: Fix preloading vector
|
| #
fc4c3d69
|
| 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
|
| #
15642ec9
|
| 18-Aug-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1297 from CEED/jed/fix-fluids-petsc-stage-log
examples/fluids: fix deprecated/dysfunctional PetscLogGetStageLog
|