| 65149b89 | 21-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Report both amat and pmat types |
| 40f6dcb9 | 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 |
| 5e604c93 | 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 ...
|
| 4bd92d7c | 13-Feb-2024 |
James Wright <james@jameswright.xyz> |
docs(fluids): Document changes to 2D/3D advection |
| 9529d636 | 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. |
| 8dba1efa | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Generalize advection boundary qfunctions |
| 2c512a7b | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Packing routines for 2D boundary setup |
| 31ff2a43 | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Generalize advection RHSFunction for 2d and 3d |
| 059d1c40 | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Convert strong_form to boolean in advection |
| 849e89c2 | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
docs(fluids): Combine 2D and 3D documentation |
| bd4b5413 | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Generalize advection IFunction for 2d and 3d |
| baadde1f | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change 2D qdata to use unpacking routines |
| 0b3a1fab | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Generalize advection IC for 2d and 3d |
| e975cfcc | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Create generic MatMatN for square matrices
MatMat3 now uses MatMatN |
| 10e365d8 | 13-Feb-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1446 from CEED/jrwrigh/advection_refactor
fluids: Misc refactor/updates for advection and stabilization |
| ce192147 | 18-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Convert IFunction_Advection to state structs |
| 51d861cb | 18-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Minor stabilization refactor |
| 8e7333c4 | 18-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change skew advection threshold
3rd order requires a 20 CEED_EPSILON instead of just 5 |
| d5eb0e14 | 15-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Refactor diagonal tau calculation
Also correct documentation of tau calculation |
| 3f5a39e9 | 12-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Cleanup misc math |
| e9d605e0 | 27-Jan-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1452 from CEED/jrwrigh/stats_overwrite
fluids: Stats don't overwrite solution on first-step failure |
| ebab716e | 27-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Stats don't overwrite solution on first-step failure
- When you have an initial condition from a previous problem, it might fail on the first step. This will cause `reason != TS_CONVERGED_
fluids: Stats don't overwrite solution on first-step failure
- When you have an initial condition from a previous problem, it might fail on the first step. This will cause `reason != TS_CONVERGED_ITERATING` and thus it will continue on with the rest of the TSMonitor routine. If you have a stats file from that initial condition, it will be overwritten.
Regardless of the overwriting behavior, it *never* makes sense to write out a stats file on the first step; Using left-rectangle rule for the time averaging integration, the initial step should *never* be used, thus there is nothing to collect or write.
show more ...
|
| 90b34997 | 12-Jan-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1445 from CEED/jrwrigh/cosine_hill
fluids: Add cosine hill and skewed advection initial conditions |
| f9ded413 | 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Advection skew initial condition |
| 01f38f17 | 06-Jan-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Advection cosine |