| 15c15616 | 07-Jun-2024 |
James Wright <james@jameswright.xyz> |
boundary: Add cell-to-face basis routines |
| cef80149 | 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/fix_viewer_destroy' into 'main'
fix: Change ViewerDestroy to match new PETSc changes
See merge request phypid/honee!20 |
| a29281c9 | 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Change ViewerDestroy to match new PETSc changes
Based on changes from https://gitlab.com/petsc/petsc/-/merge_requests/7667 |
| 0ded6df5 | 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/fix_malloc_issues' into 'main'
Fix memory leaks
Closes #2
See merge request phypid/honee!18 |
| 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 |
| 3d8c820b | 01-Jul-2024 |
James Wright <james@jameswright.xyz> |
ci: Enable ASAN in lint |
| a35b15c9 | 01-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: turb_spanstats leak |
| 2ce692e5 | 02-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge branch 'jeremy/matceed-updates' into 'main'
matceed - sync Ratel and HONEE
See merge request phypid/honee!17 |
| ba95ebb4 | 01-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
matceed - docfix |
| d7b7c37a | 01-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Destroy strong BC operator |
| 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 |
| 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 |
| e92a3db2 | 29-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/fix_vortex_yaml' into 'main'
fix: Correct path for mesh in vortexshedding.yaml
See merge request phypid/honee!16 |
| 7fadd0e2 | 29-Jun-2024 |
James Wright <james@jameswright.xyz> |
fix: Correct path for mesh in vortexshedding.yaml |
| 06a5ac53 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/rearrange' into 'main'
Rearrange files into more future-oriented locations
See merge request phypid/honee!15 |
| 5ba826a2 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move dd_sgs_data to examples |
| 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 |
| fc37ad8c | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move yamls, etc to examples directory |
| 0ab92d04 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/fix_compiler_warnings' into 'main'
fix: Address GCC compiler warnings
See merge request phypid/honee!14 |
| 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` |