| 6e536b99 | 08-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - add Ceed*ReturnCeed |
| b816f9e3 | 29-Feb-2024 |
James Wright <james@jameswright.xyz> |
fixup! fluids: Change test for advection tau types |
| 44e8f77d | 14-Feb-2024 |
James Wright <james@jameswright.xyz> |
doc(fluids): New choices for tau in advection |
| 4d799301 | 14-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change test for advection tau types |
| b18328c4 | 13-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add different tau choices for advection |
| b81bcd5a | 06-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1504 from CEED/jeremy/debug-on-error
Write source to debug when CUDA/HIP fails to compile |
| f5a0ec79 | 06-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fix - need C string for debug printing |
| edaedbd9 | 06-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fix - print actual source code, not the defs only |
| eff337b5 | 06-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1443 from CEED/jrwrigh/riemann_slip
fluids: Change slip boundary condition formulation |
| a4bfdec2 | 06-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - write debug info when CUDA/HIP fails to compile |
| 779a6453 | 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Test bc_slip |
| 9f844368 | 06-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Implement bc_slip
This is a weak version of slip boundary condition based on a Riemann solve |
| 7c5bba50 | 06-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Change -bc_slip_x -> -bc_symmetry_x |
| 1cf2f9f1 | 06-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1503 from CEED/jeremy/tidy
Fix tidy warning |
| 3b38d1df | 06-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - fix tidy warning |
| 82a64ec5 | 05-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1361 from CEED/jrwrigh/external_sgs
fluids: Add external SGS DD inference capability |
| d7af0815 | 04-Oct-2023 |
James Wright <james@jameswright.xyz> |
test: Add SGS data-driven sequential test |
| cf90ec9b | 03-Oct-2023 |
James Wright <james@jameswright.xyz> |
docs(fluids): Fused/sequential data-driven SGS model |
| 1250e899 | 03-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Implement sequential SGS DD eval |
| 39b57195 | 05-Mar-2024 |
Riccardo Balin <riccardo.balin@gmail.com> |
Fixing SmartRedis meta data arrays to be of type Int64 (#1501)
* fluids: fixed SmartRedis meta data arrays to be of type Int64
* fluids: style fix
---------
Co-authored-by: Riccardo Balin <
Fixing SmartRedis meta data arrays to be of type Int64 (#1501)
* fluids: fixed SmartRedis meta data arrays to be of type Int64
* fluids: style fix
---------
Co-authored-by: Riccardo Balin <balin@aurora-uan-0010.hostmgmt.cm.aurora.alcf.anl.gov>
show more ...
|
| cd30ad78 | 05-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1499 from CEED/jeremy/extra-cast
internal - remove some extra void* casts |
| 9a25c351 | 05-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - remove some extra void* casts |
| aacb93c2 | 05-Mar-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1498 from CEED/zach/remove-lsan-options
Remove obsolete LSAN_OPTIONS and .asanignore |
| f2e5a3f3 | 04-Mar-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Remove obsolete LSAN_OPTIONS and .asanignore |
| 6249180f | 04-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1496 from CEED/jrwrigh/ksp_mass
Fluids: Fix mass operator for explicit timestepping, move to KSP for mass operator |