| ae2b091f | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move to Apache-2.0 OR BSD-2-Clause |
| 64667825 | 09-Jul-2024 |
James Wright <james@jameswright.xyz> |
qf: Add Norm3 utility function |
| 21ba7ba4 | 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
bc: Implement 3D dXdx for strong STG
- Used for determining element size in STG calculation |
| 87edb941 | 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Clean up basis and restrictions for SGS and filtering |
| 039caf0d | 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Destroy array from PetscStrToArray |
| 19e95c73 | 01-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Euler context memory leak |
| d438a78d | 01-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Fix stabilized mass memory leak |
| 51a85e6c | 01-Jul-2024 |
James Wright <james@jameswright.xyz> |
misc: Formatting and other minor fixes |
| 149fb536 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move navierstokes.* out of root directory
navierstokes.h to include and navierstokes.c into examples |
| 87d3884f | 25-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - small fixes |
| ea590c65 | 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 |
| 3e3353ed | 20-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add unit tests for Riemann solver functions |
| bf1f5d6e | 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 |
| 6dfcbb05 | 18-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make commandline option arrays all upper case |
| 84b557ac | 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add h_scale_factor to STG options |
| a6654c3e | 15-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove entropy variable from State struct |
| 9b103f75 | 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Proliferate entropy variables, add test
Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com> |
| c62f7dae | 14-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add Entropy state variable and tests
Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com> |
| 58ce1233 | 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Rename some booleans |
| 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 ...
|
| 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 |
| 727ec889 | 06-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add check to blasius for state variable |
| c864c5ab | 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add QDataGet functions |
| a213b8aa | 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 |