| 40816385 | 05-Sep-2023 |
James Wright <james@jameswright.xyz> |
fluids: Change SGS IFunctionApply to use NewtonianIdealGasContext
- It doesn't need anything more than that |
| cceb3143 | 05-Sep-2023 |
James Wright <james@jameswright.xyz> |
fluids: Create generic SGS DD eval interface
- Existing implementation now called "Fused" evaluation |
| 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 ...
|
| 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 |
| 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 |
| 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 |
| c51f031a | 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change bubble_type to advection_ic_type
Since cosine_hill and skew aren't bubbles |
| e88b842a | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add in cosine hill and skew advection ICs |
| 80f5d3cb | 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Ensure all outputs are set in QFunctions
- In support of #1420 |
| 8ecc9db9 | 16-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add SGS DD training QFunctions
- Returns training data |
| 7f93c8d1 | 08-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move diff filter enums to separate header file
- So that other QFunctions can use them for indexing into differential filtered fields |
| f6ac214e | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Agnosticize VeloGradient projection setup
- It can now setup more than just user->grad_velo_proj |
| e2337755 | 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
fix(fluids): Remove BUBBLE_COSINE
- left over from new feature |
| f247af70 | 21-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1399 from CEED/jrwrigh/advection_cleanup
fluids: Cleanup advection problems |