| 7ffa0ff8 | 20-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use TORCH_DEVICE_CPU for sycl backends
On Sunspot, on-device inference is not working reliably. I'm not sure exactly why at the moment (whether it's a libCEED backend issue or something else
fluids: Use TORCH_DEVICE_CPU for sycl backends
On Sunspot, on-device inference is not working reliably. I'm not sure exactly why at the moment (whether it's a libCEED backend issue or something else).
show more ...
|
| f548ed79 | 20-May-2024 |
James Wright <james@jameswright.xyz> |
doc(fluids): Add documentation for pytorch SGS |
| b40a7e63 | 11-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add log_events.c/h, PetscLogEvent for torch
To have the log_events accessbile to torch (in C++), I needed to separate out the header file containing the extern PetscLogEvent declarations. Wh
fluids: Add log_events.c/h, PetscLogEvent for torch
To have the log_events accessbile to torch (in C++), I needed to separate out the header file containing the extern PetscLogEvent declarations. While I was at it, I figured it'd be more clear to have a separate log_events.c file as well to have the actual "storage" of the PetscLogEvents and the RegisterLogEvents function itself.
show more ...
|
| 4c07ec22 | 04-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add PyTorch external DD SGS evaluation
- Rename sequential_internal -> *_ceed |
| 86fcab4c | 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1605 from CEED/jrwrigh/idl_explicit
fluids: Add IDL to RHSFunction_Newtonian |
| 3b1c2cda | 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1604 from CEED/jrwrigh/fix_span_stats
fix(fluids): Spanwise width miscalculated for statsitics |
| eca2ea98 | 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Modify test for IDL explicit
- Repurposing the Gaussian wave explicit test to also include IDL testing - Also modify the Advection skew tolerance slightly to pass on my local machi
test(fluids): Modify test for IDL explicit
- Repurposing the Gaussian wave explicit test to also include IDL testing - Also modify the Advection skew tolerance slightly to pass on my local machine (failed with 5.076e-10 on the avx/blocked backend)
show more ...
|
| 0a32a5aa | 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add IDL to RHSFunction_Newtonian |
| 9125b156 | 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Spanwise width miscalculated for statsitics |
| 17f1f19b | 06-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1598 from CEED/jrwrigh/blasius_check_var
fluids: Add check to blasius for state variable and weak inflow |
| 727ec889 | 06-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add check to blasius for state variable |
| 06d6e9c8 | 29-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1593 from CEED/jrwrigh/fix_vortexshedding_options
fluids: Change deprecated vortexshedding.yaml options |
| 90367dcb | 29-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change deprecated vortexshedding.yaml options |
| 2fea5328 | 04-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1573 from CEED/jrwrigh/fix_fluids_printing
fluids: Correct printing of MatTypes |
| 3678fae3 | 01-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Print correct Mat Types |
| d0fa51ca | 03-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1576 from CEED/jrwrigh/update_matceed
fluids: Add back CeedOperator PetscLogEvents |
| c63b910f | 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 |
| e539bbba | 01-May-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Print info just before solving |
| d8247ac5 | 01-May-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Add PCNONE to MatCeed solver selection |
| 8871369a | 03-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1575 from CEED/jrwrigh/add_MatCeedSetReal
fluids: Add `MatCeed{Get,Set}ContextReal` |
| 8b104ae8 | 03-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1574 from CEED/jrwrigh/update_matceed
fluids: MatCeed and Ratel Updates |
| 51bb547f | 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Demo MatCeed{Get,Set}ContextReal |
| c1c64bfc | 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use new MatCeed/Ratel updates |
| 40d80af1 | 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Update MatCeed with Ratel updates |
| 87b4b42a | 30-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1571 from CEED/jrwrigh/createqdata_function
fluids: Add CreateQData and CreateQDataBoundary functions |