| 38690fec | 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
fluids: Fix memory leaks
As done in HONEE: https://gitlab.com/phypid/honee/-/merge_requests/18 |
| 3e0c2f3f | 27-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - Remove SGS, SmartSim, Torch (moved to HONEE) |
| 6d9fcd4b | 27-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - add links to Ratel, HONEE |
| d9753263 | 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1606 from CEED/jrwrigh/ken_stg_additions
fluids: Add dyScale and dz to STG options |
| 6fa2c4da | 20-Jun-2024 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Rename norm -> normal in freestream
Also remove comment references to potential energy, which is no longer included in the total energy definition. |
| 54f81801 | 20-Jun-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Correct Riemann HLL *_fwd functions |
| aedeac77 | 20-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add unit tests for Riemann solver functions |
| 092fc180 | 18-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1110 from CEED/zach/entropy-variables
Add Entropy Variables to libCEED fluids NS mini-app |
| fc39c77e | 18-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make commandline option arrays all upper case |
| 831dbe9e | 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add h_scale_factor to STG options |
| eba67db8 | 15-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove entropy variable from State struct |
| a2d72b6f | 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Proliferate entropy variables, add test
Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com> |
| 02b29df7 | 14-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add Entropy state variable and tests
Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com> |
| de327db4 | 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Rename some booleans |
| a8748852 | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Create BCDefinition, use for essential BCs |
| 9702fad5 | 12-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1581 from CEED/jrwrigh/pytorch_external_sgs
fluids: Add PyTorch external DD SGS evaluation |
| 637c7b11 | 24-May-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Add SGS torch testing |
| 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 ...
|