| 76f753ba | 03-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1551 from CEED/jrwrigh/sycl_advection
fix(fluids): Allow advection to work with SYCL backends |
| b1559114 | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Allow advection to work with SYCL backends |
| 2398c8d1 | 24-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids(test): Better assert messages for SmartSim
ie. if what you found in the database was wrong, tell me what you found |
| 3c5f0e6f | 24-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Put min global array size for SmartSim |
| a035cd86 | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1550 from CEED/jrwrigh/consistent_fluids_qf
refactor(fluids): Make QF comments consistent |
| f0b01153 | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Make QF comments consistent
See discussion: https://github.com/CEED/libCEED/pull/1539#discussion_r1548312418 |
| 780fa44f | 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 |
| d8d16411 | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1549 from CEED/jrwrigh/fix_stg_explicit
fluids: Enable Ceed-based strong BCs for explicit methods |
| a4ce9703 | 02-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1546 from CEED/jeremy/fix-sycl
sycl - fix vec memory copy |
| 4c0e8230 | 29-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Misc style changes |
| 5ebd836c | 26-Mar-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Add explicit NS test |
| f21e6b1c | 26-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make BCs compatible with explicit TS |
| 5d5213b9 | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Cleanup SetupStrongSTG_Ceed a bit |
| 577c3361 | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Enable strong STG for explicit timestepping
Also add error catching if SGS is requested for explicit; it's not implemented at the moment. |
| 8330fa83 | 02-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - clarify output of t506 |
| d07cdbe5 | 02-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
sycl - clearer template parameters |
| 6078361e | 01-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(sycl): Use `CEED_VECTOR_NONE` for weight evals |
| e588e9b3 | 01-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
sycl - fix vec memory copy |
| 53d23b90 | 02-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1547 from CEED/jeremy/min-petsc
Min PETSc version 3.21 |
| 749901df | 02-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1548 from CEED/jrwrigh/fix_uncaught_code
fix(fluids): Catch SetupStrongStg_QF |
| 1c2ff3ae | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Catch SetupStrongStg_QF |
| c2cc34ee | 02-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - min PETSc version 3.21 |
| 1b6d848f | 02-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1544 from CEED/jrwrigh/new_isoperiodic
fix(fluids): Update to new isoperiodic API |
| fd9d666b | 20-Feb-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Update to new isoperiodic API
Dependent on changes in https://gitlab.com/petsc/petsc/-/merge_requests/7305 |
| 47823346 | 28-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1542 from CEED/jeremy/clean-paths
Fix JiT path cleaning logic |