| 7a57a7a0 | 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add IDL to RHSFunction_Newtonian |
| 4aa5fbb4 | 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Spanwise width miscalculated for statsitics |
| 18cc0c1d | 06-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add check to blasius for state variable |
| 7afa9fc3 | 29-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change deprecated vortexshedding.yaml options |
| 433eda4d | 04-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1573 from CEED/jrwrigh/fix_fluids_printing
fluids: Correct printing of MatTypes |
| 7bc7b61f | 01-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Print correct Mat Types |
| 43327b86 | 03-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add back CeedOperator PetscLogEvents
Remove the unused fluids-based ones in favor of the built-in MatCeed ones |
| 24078fc4 | 01-May-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Print info just before solving |
| b32e1e4a | 01-May-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Add PCNONE to MatCeed solver selection |
| f965f5c6 | 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Demo MatCeed{Get,Set}ContextReal |
| a94b429f | 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use new MatCeed/Ratel updates |
| 5037d55d | 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Update MatCeed with Ratel updates |
| cfb075a4 | 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add QDataGet functions |
| 7dc3a04a | 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1568 from CEED/jrwrigh/fix_blasius_state
fix: Correct P0 deprecation |
| 1863db2f | 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1567 from CEED/jrwrigh/refactor_setuplibceed
fluids: Refactor primary Ceed Object creation routines |
| 2249ac91 | 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Introduce -idl_pressure option
Also re-instates the old P0 behavior with regard to the idl_pressure |
| a5b0ec6f | 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove op_*_vol from user struct
And some other misc style changes |
| e9c36be0 | 26-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Consolidate QF and Op creation for BCs |
| 2788647c | 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Make local Vecs use PETSC_COMM_SELF in turbstats
Also adds check in CeedOperatorCreateLocalVecs to verify that comm is of size 1. |
| c10408e0 | 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Correct PetscOptionsDeprecated usage
It will automatically replace the old option with the new option if `PetscOptionsDeprecated` is specified before the new option name. |
| f0db655e | 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix: Correct P0 deprecation
the PetscOptionsDeprecated caused the P0 option to be ignored for some reason |
| 64f98e98 | 26-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Consolidate QF and Op creation blocks |
| ff9b3c0e | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use StatePrimitive in blasius context |
| 5dd8ea6c | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1564 from CEED/jrwrigh/ratel_copying
fluids: Updates from Ratel |
| 3933d9a0 | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add MatCeedView (from Ratel)
https://gitlab.com/micromorph/ratel/-/merge_requests/817 |