| 6c7f295c | 10-Jan-2024 |
James Wright <james@jameswright.xyz> |
docs(fluids): Spanwise stats |
| c0bf4d34 | 24-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Force recompilation if Makefile changes |
| bf1dd0b8 | 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 ...
|
| 49fc6475 | 20-May-2024 |
James Wright <james@jameswright.xyz> |
doc(fluids): Add documentation for pytorch SGS |
| 9d992146 | 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 ...
|
| 013a5551 | 04-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add PyTorch external DD SGS evaluation
- Rename sequential_internal -> *_ceed |
| f39326a2 | 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1605 from CEED/jrwrigh/idl_explicit
fluids: Add IDL to RHSFunction_Newtonian |
| 6a5b1f8c | 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 ...
|
| 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 |
| a80a54a2 | 10-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
solids - drop small strain since its untested |
| 380e68c4 | 10-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
solids - drop current config in docs |
| c8565611 | 10-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
solids - reduce to minimal example set, see Ratel for full |
| 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 |
| 8b9616a7 | 30-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1565 from CEED/jeremy/diagonal-at-points
Add Diagonal Assembly for AtPoints |
| cfb075a4 | 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add QDataGet functions |