| 7dc3a04a | 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1568 from CEED/jrwrigh/fix_blasius_state
fix: Correct P0 deprecation |
| 1863db2f | 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1567 from CEED/jrwrigh/refactor_setuplibceed
fluids: Refactor primary Ceed Object creation routines |
| 2249ac91 | 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 |
| a5b0ec6f | 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove op_*_vol from user struct
And some other misc style changes |
| e9c36be0 | 26-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Consolidate QF and Op creation for BCs |
| 2788647c | 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. |
| c10408e0 | 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. |
| f0db655e | 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix: Correct P0 deprecation
the PetscOptionsDeprecated caused the P0 option to be ignored for some reason |
| 9c674643 | 26-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
swarm - use diagonal assembly in BPSSwarm |
| 64f98e98 | 26-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Consolidate QF and Op creation blocks |
| ff9b3c0e | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use StatePrimitive in blasius context |
| 5dd8ea6c | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1564 from CEED/jrwrigh/ratel_copying
fluids: Updates from Ratel |
| 3933d9a0 | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add MatCeedView (from Ratel)
https://gitlab.com/micromorph/ratel/-/merge_requests/817 |
| db749d21 | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Update PetscCallCeed (from Ratel)
Update from: https://gitlab.com/micromorph/ratel/-/merge_requests/815 |
| cce3ee4e | 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 |
| 731c13d7 | 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 |
| 6c17b3ad | 22-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - use VecGetState |
| 4f7cdd84 | 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 |
| 0063e01a | 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 |
| 13b8e03f | 17-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove ceed backend from advection.yaml
Due to ordering, this overides the regression tests |
| 251425b7 | 16-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Fix primary PETSc memory leak, others
All the memory leaks reported in regression tests via `-malloc_dump` are now related to the boundary conditions and their handling of QFunctionCont
fix(fluids): Fix primary PETSc memory leak, others
All the memory leaks reported in regression tests via `-malloc_dump` are now related to the boundary conditions and their handling of QFunctionContexts, which is a much more difficult problem and will be addressed later.
show more ...
|
| 2fbcf03b | 15-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Rename PetscSmartRedisCall -> PetscCallSmartRedis |
| 56f5e811 | 12-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Compute DiffFilter RHS only if solution changes |
| c79b0730 | 12-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Multiple filter widths for SGS training |
| 81b0e02b | 12-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Misc cleanup of SmartSim and SGS training |