| 8f4d89c8 | 18-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Convert IFunction_Advection to state structs |
| 8c3b32bf | 18-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Minor stabilization refactor |
| a43bcf8e | 18-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change skew advection threshold
3rd order requires a 20 CEED_EPSILON instead of just 5 |
| b9b033b3 | 15-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Refactor diagonal tau calculation
Also correct documentation of tau calculation |
| 4bd6ffc9 | 12-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Cleanup misc math |
| 7b77ddfd | 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change bubble_type to advection_ic_type
Since cosine_hill and skew aren't bubbles |
| c44b1c7d | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add in cosine hill and skew advection ICs |
| 29ea4e10 | 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Ensure all outputs are set in QFunctions
- In support of #1420 |
| e654ecc6 | 16-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add SGS DD training QFunctions
- Returns training data |
| 7c00069f | 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 |
| 7618d7b7 | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Agnosticize VeloGradient projection setup
- It can now setup more than just user->grad_velo_proj |
| 8960bf37 | 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
fix(fluids): Remove BUBBLE_COSINE
- left over from new feature |
| a547b5d3 | 21-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1399 from CEED/jrwrigh/advection_cleanup
fluids: Cleanup advection problems |
| ef900ff6 | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1381 from CEED/jrwrigh/fixup_coords
fluids: Remove coordinates from IFunction_NodalSgs |
| 700ae941 | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use enums in advection |
| 1d2a9659 | 30-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)
* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling
Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)
* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling coordinates through basis to apply IDL
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|
| 53560eb2 | 16-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove coordinates from IFunction_NodalSgs
- Stragler from previous PR |
| 7fe81b69 | 13-Oct-2023 |
Kenneth E. Jansen <kenneth.jansen@colorado.edu> |
style errors induced by dropping coordinates where not used |
| 242a7fda | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
deleted all the unused coordinate references that were throwing warnings |
| 0d674129 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
reverting the change to IC that caused divergence on first step...guess I was too sleepy to drive last night |
| cd2ae618 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
quick attempt at taking potential out of the initial condition makes the error norm much smaller but still probably cannot compare solutions with different Etot variables |
| 858ec087 | 12-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
adding body force term to energy equation...for now the b vector is using what is put into gravity |
| 1f9a8b52 | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
last one maybe |
| 28c2e84a | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
more style edits |
| a600bde5 | 11-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
style cleanup |