| f0ecb7e4 | 06-Aug-2025 |
James Wright <james@jameswright.xyz> |
bc(strong_ceed): Use face_orientation_label for all element restrictions |
| e171caa6 | 02-Jul-2025 |
James Wright <james@jameswright.xyz> |
feat(smartsim): Change "Train" logevent to "Write" |
| bf16a9c3 | 05-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !134, 'jrwrigh/fix_ci_64_smartsim', into 'main'
fix(ci): Correct search string for smartsim testing
See merge request phypid/honee!134 |
| 38fc66b1 | 05-Aug-2025 |
James Wright <james@jameswright.xyz> |
fix(ci): Correct search string for smartsim testing |
| dc3bef10 | 28-Jul-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !133, 'Amin/units', into 'main'
Unify `Units` setup
See merge request phypid/honee!133 |
| c9f37605 | 28-Jul-2025 |
Mohammed Amin <mohammed.amin@colorado.edu> |
(!133) Unify `Units` setup |
| ee61e64c | 21-Jul-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !131, 'zach/update-test-harness', into 'main'
feat(subsearch): Add subsearch option to test harness, update test harness for...
See merge request phypid/honee!131 |
| e45c6f40 | 21-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
feat(subsearch): Add subsearch option to test harness, update test harness for Ratel and libCEED parity |
| 1c7a4807 | 11-Jul-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !130, 'jrwrigh/divdiff_kspsolve_pcapply', into 'main'
perf(divdiff): Replace KSPSolve with PCApply if possible
See merge request phypid/honee!130 |
| c8cb0c9b | 11-Jul-2025 |
James Wright <james@jameswright.xyz> |
perf(divdiff): Replace KSPSolve with PCApply if possible |
| 5f46bb16 | 06-Jul-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !128, 'jrwrigh/spanstats_numerics', into 'main'
feat: Add Spanwise Statistics collection for CFL and Peclet number
See merge request phypid/honee!128 |
| 0aab7249 | 06-Jul-2025 |
James Wright <james@jameswright.xyz> |
test: Add test for -ts_monitor_spanstats_cflpe |
| 4bd04d67 | 06-Jul-2025 |
James Wright <james@jameswright.xyz> |
feat(file): Enable HoneeLoadBinaryVec() for 64bit Int files
Previously, if a `Vec` binary file was written with 64bit ints, the token would not match VEC_FILE_CLASSID correctly and fail. This incorp
feat(file): Enable HoneeLoadBinaryVec() for 64bit Int files
Previously, if a `Vec` binary file was written with 64bit ints, the token would not match VEC_FILE_CLASSID correctly and fail. This incorporates the code from `VecLoad_Binary()` in PETSc to translate the file token into it's 32bit equivalent.
show more ...
|
| d1ebe9f3 | 06-Jul-2025 |
James Wright <james@jameswright.xyz> |
style: Remove stray ';' |
| f89fad55 | 06-Jul-2025 |
James Wright <james@jameswright.xyz> |
doc: Minor docstring fix |
| 5206a5a0 | 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
style: Changing destroy function signatures |
| f0d618ea | 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
style: Move spanstat TSMonitor functions to spanstats.h |
| b30619f6 | 30-Mar-2025 |
James Wright <james@jameswright.xyz> |
feat: Add spanstats for CFL and Peclet number
- Add CalculatePe* to numerics.h |
| 2a28a40b | 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
refactor: Extract CFL calculation from monitor |
| 17dc1449 | 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
style(spanstats): Change turbulence setup function name |
| 3367f3ee | 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
feat(spanstats): Combine turbulence.h and turb_stats_types.h |
| dae7673a | 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
style: Move spanstats into subdirectory |
| f285f391 | 06-Jul-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !112, 'jrwrigh/plex_csr_mat', into 'main'
feat: Make csr_alg mat default for partitioning
See merge request phypid/honee!112 |
| 517ae6cd | 31-May-2025 |
James Wright <james@jameswright.xyz> |
feat: Make '-dm_plex_csr_alg mat' default for partitioning |
| d8667e38 | 30-Mar-2025 |
James Wright <james@jameswright.xyz> |
feat: Move matrix inverse out of setupgeo -> utils |