| 935f026a | 21-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add terse view |
| b9f1e9d9 | 20-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1609 from CEED/jrwrigh/fix_riemann_solvers
fluids: Fix Riemann solvers *_fwd mode functions |
| 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> |
| 3568c3e8 | 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1600 from CEED/jrwrigh/refactor_bcs_essential
fluids: Introduce BCDefinition, refactor essential BCs |
| 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 |
| cee3daa9 | 07-Jun-2024 |
James Wright <james@jameswright.xyz> |
build: Update fluids Makefile rules |
| 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 |
| 7505e0ff | 12-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1607 from CEED/jeremy/gpu-consistency
GPU consistency |
| ecbdf513 | 12-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1442 from CEED/jrwrigh/stats_docs
fluids: Add documentation for spanwise stats |
| 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 |