| 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 |
| 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. |
| ce8bebb6 | 26-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Consolidate QF and Op creation blocks |
| 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 |
| 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 |
| 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 |
| 313f2f1e | 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 ...
|
| 43e9749f | 15-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Rename PetscSmartRedisCall -> PetscCallSmartRedis |
| 99dcded5 | 12-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Compute DiffFilter RHS only if solution changes |
| 6ea7c1ae | 12-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Multiple filter widths for SGS training |
| 4fa1625a | 12-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Misc cleanup of SmartSim and SGS training |
| 1fa69194 | 08-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1533 from CEED/jrwrigh/smartsim_array_size
fluids: Change SmartSim sizeInfo to show minimum global array size |
| 4a2c9914 | 08-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1554 from CEED/jrwrigh/petsc_fix_localization
fluids: Update topological periodicity localization |
| 9bfedf88 | 05-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Update topological periodicity localization
See https://github.com/CEED/libCEED/issues/1470 for details. Relies on PETSc MR in https://gitlab.com/petsc/petsc/-/merge_requests/7438
tl;dr is
fluids: Update topological periodicity localization
See https://github.com/CEED/libCEED/issues/1470 for details. Relies on PETSc MR in https://gitlab.com/petsc/petsc/-/merge_requests/7438
tl;dr is that the localization of the continuous coordinate DM to the discontinuous coordinate DM (i.e. the cell DM) must be done *after* the coordinate DM is set to the tensor product ordering
show more ...
|
| a78efa86 | 05-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add stabilized mass for advection
This enables "full" SUPG for the advection problem using explicit time integrators |
| 7ff16c02 | 24-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Put min global array size for SmartSim |
| 6d7f2d17 | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1539 from CEED/jrwrigh/explicit_ns
fluids: Make Newtonian BCs compatible with explicit timestepping, add test |
| 4b96a86b | 26-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make BCs compatible with explicit TS |