| 51a85e6c | 01-Jul-2024 |
James Wright <james@jameswright.xyz> |
misc: Formatting and other minor fixes |
| 397c0187 | 01-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
matceed - mark mat for reassembly when QF data stale |
| a39f38e0 | 01-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
matceed - drop extra header include |
| 000d2032 | 01-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
matceed - sync Ratel and HONEE |
| 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 |
| 42aed787 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
fix: Correct format globbing to include all files
Lack of `'` around globs results in shell substitution before it's passed to `git ls-files` |
| 30ff0608 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
fix: Address GCC compiler warnings
- GCC was concerned that `q` in the STG code was being used uninitialized - GCC was also concerned that PetscViewerBinaryRead doesn't guarantee that the value
fix: Address GCC compiler warnings
- GCC was concerned that `q` in the STG code was being used uninitialized - GCC was also concerned that PetscViewerBinaryRead doesn't guarantee that the value is being set (which is always is...)
show more ...
|
| 87d3884f | 25-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - small fixes |
| 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 |
| 9b103f75 | 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Proliferate entropy variables, add test
Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com> |
| 58ce1233 | 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Rename some booleans |
| 487a3b6e | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Create BCDefinition, use for essential BCs |
| 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 |
| 9125b156 | 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Spanwise width miscalculated for statsitics |
| 2fea5328 | 04-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1573 from CEED/jrwrigh/fix_fluids_printing
fluids: Correct printing of MatTypes |
| 3678fae3 | 01-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Print correct Mat Types |
| c63b910f | 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 |
| e539bbba | 01-May-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Print info just before solving |
| d8247ac5 | 01-May-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Add PCNONE to MatCeed solver selection |
| 51bb547f | 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Demo MatCeed{Get,Set}ContextReal |
| c1c64bfc | 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use new MatCeed/Ratel updates |
| 40d80af1 | 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Update MatCeed with Ratel updates |
| c864c5ab | 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add QDataGet functions |
| ef924baa | 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1568 from CEED/jrwrigh/fix_blasius_state
fix: Correct P0 deprecation |