| c864c5ab | 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add QDataGet functions |
| ef924baa | 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1568 from CEED/jrwrigh/fix_blasius_state
fix: Correct P0 deprecation |
| 4229c2ea | 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1567 from CEED/jrwrigh/refactor_setuplibceed
fluids: Refactor primary Ceed Object creation routines |
| a213b8aa | 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Introduce -idl_pressure option
Also re-instates the old P0 behavior with regard to the idl_pressure |
| 77e50780 | 29-Apr-2024 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1570 from CEED/jrwrigh/fix_turbspanstats_comm
fix(fluids): Make local Vecs use PETSC_COMM_SELF in turbstats |
| bbc90103 | 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove op_*_vol from user struct
And some other misc style changes |
| 866f9b4a | 26-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Consolidate QF and Op creation for BCs |
| 1fe3d3f0 | 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Make local Vecs use PETSC_COMM_SELF in turbstats
Also adds check in CeedOperatorCreateLocalVecs to verify that comm is of size 1. |
| 8ad6dd3d | 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Correct PetscOptionsDeprecated usage
It will automatically replace the old option with the new option if `PetscOptionsDeprecated` is specified before the new option name. |
| 59b9b79b | 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix: Correct P0 deprecation
the PetscOptionsDeprecated caused the P0 option to be ignored for some reason |
| ce8bebb6 | 26-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Consolidate QF and Op creation blocks |
| 6f6416dd | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1566 from CEED/jrwrigh/blasius_state
fluids: Use State in blasius context |
| fcb2c22a | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use StatePrimitive in blasius context |
| e6221eae | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1564 from CEED/jrwrigh/ratel_copying
fluids: Updates from Ratel |
| e90c2cee | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add MatCeedView (from Ratel)
https://gitlab.com/micromorph/ratel/-/merge_requests/817 |
| b1984a58 | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Update PetscCallCeed (from Ratel)
Update from: https://gitlab.com/micromorph/ratel/-/merge_requests/815 |
| 012ff548 | 24-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1562 from CEED/jrwrigh/fluids_problem_pointer
fluids: Make ProblemData a pointer to struct |
| 991aef52 | 24-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make ProblemData a pointer to struct
We basically use it as a pointer-to-struct type everywhere, so might as well make it consistent with everything else |
| f37751cc | 22-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1561 from CEED/jeremy/get-sate
fluids - use VecGetState |
| ed6ba5ac | 22-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - use VecGetState |
| e3d8f5c4 | 18-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1558 from CEED/jrwrigh/smartsim_multiple_filter_widths
fluids: Add option for multiple filter widths during in-situ SGS training |
| ee81c423 | 18-Apr-2024 |
Riccardo Balin <balin@uan-0002.head.cm.americas.sgi.com> |
fluids: moved SmartRedis send of time step number after all training data is computed |
| 5d6432b7 | 17-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1560 from CEED/jrwrigh/fix_advection_tests
fluids: Remove ceed backend from advection.yaml |
| bb927a03 | 17-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove ceed backend from advection.yaml
Due to ordering, this overides the regression tests |
| 68752e16 | 16-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1559 from CEED/jrwrigh/fix_memory_leaks
fix(fluids): Fix primary PETSc memory leak, others |