| 461ae455 | 21-Feb-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1479 from CEED/jrwrigh/fix_mat_reporting
fluids: Report both amat and pmat types |
| a04f48a3 | 21-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Report both amat and pmat types |
| 32c47fae | 21-Feb-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1478 from CEED/jrwrigh/velo_grad_util
fluids: Use utility for velocity gradient projection |
| 4c493a33 | 21-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use utility for velocity gradient projection
- Evidentily missed this one when I added StatePhysicalGradientFromReference awhile back. Or this was on a longer lived branch that got me
fluids: Use utility for velocity gradient projection
- Evidentily missed this one when I added StatePhysicalGradientFromReference awhile back. Or this was on a longer lived branch that got merged out-of-order
show more ...
|
| 814bef82 | 20-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1476 from CEED/jeremy/gpu-fallback
Fallback from GPU gen to shared for non-tensor |
| 4535e697 | 20-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - clarify, falling back to */ref CeedOperator impl |
| 65fb18fa | 20-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - add debug message when falling back |
| f6eafd79 | 20-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fallback from gen to shared for non-tensor |
| 9463e855 | 20-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add CeedOperatorHasTensorBases |
| 134a5f7b | 20-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1475 from CEED/jeremy/print-size
Use CeedSize_FMT |
| 249f8407 | 20-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - use CeedSize_FMT and similar changes |
| 7bd71d7c | 17-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1474 from CEED/jeremy/ceed-int
Use CeedSize for rstr vec len checks |
| 701e7d35 | 16-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - use CeedSize for vec len checks |
| 437ae4f6 | 14-Feb-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1447 from CEED/jrwrigh/unify_advection
fluids: Unify 2D and 3D Advection problems |
| a793685d | 14-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1472 from CEED/jeremy/cgns-tol
junit - allow looser CGNS tol |
| c0ad81e5 | 14-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
junit - update cgns_tol to be property |
| 9e529ead | 13-Feb-2024 |
James Wright <james@jameswright.xyz> |
docs(fluids): Document changes to 2D/3D advection |
| 93639ffb | 13-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Merge 2D and 3D advection setup
Instead of `-problem advection` and `-problem advection2d`, there's just `-problem advection` and the dimensionality is taken from the dm. |
| 4bdcf5bf | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Generalize advection boundary qfunctions |
| 1394d07e | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Packing routines for 2D boundary setup |
| b28affb2 | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Generalize advection RHSFunction for 2d and 3d |
| b767acfb | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Convert strong_form to boolean in advection |
| 94a05c6f | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
docs(fluids): Combine 2D and 3D documentation |
| 372d1924 | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Generalize advection IFunction for 2d and 3d |
| bf415d3f | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change 2D qdata to use unpacking routines |