| f5d9ab20 | 09-Feb-2026 |
James Wright <james@jameswright.xyz> |
test(junit): Remove unused parameter
Also causes issues with Python 3.14 |
| 8314b541 | 09-Feb-2026 |
James Wright <james@jameswright.xyz> |
fix(upstream): -ts_dt -> -ts_time_step |
| 00359db4 | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !161, 'jrwrigh/dm-utils-coords', into 'main'
feat(dm_utils): Add Coordinate-specific getter for CeedField values
See merge request phypid/honee!161 |
| 7e3656bd | 16-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Add dedicated mesh transform functionality
Mostly so that the mesh transformation can occur independently of the coordinate scaling process. |
| da599986 | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
test: Upload smartsim data as failure artifacts |
| 755bbe25 | 04-Sep-2025 |
James Wright <james@jameswright.xyz> |
test: Add advection CFL/Pe spanstats test |
| 1fc84d60 | 20-Aug-2025 |
James Wright <james@jameswright.xyz> |
feat: Use SmartRedis DataSet to add solution data
Allows for adding metadata tagged with the actual data at the same time |
| c4020f1f | 19-Aug-2025 |
James Wright <james@jameswright.xyz> |
test(smartsim): Add test for smartsim solution addition |
| 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 |
| 0aab7249 | 06-Jul-2025 |
James Wright <james@jameswright.xyz> |
test: Add test for -ts_monitor_spanstats_cflpe |
| a5677b81 | 17-Jun-2025 |
Mohi <mohadese.khoshnevisan99@gmail.com> |
(!109) Add HONEE Git and Version info commands |
| c52fa185 | 31-Mar-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !108, 'jrwrigh/spanstats_tsmonitor', into 'main'
refactor: Make spanwise statistics generic
See merge request phypid/honee!108 |
| 78c5b8e5 | 30-Mar-2025 |
James Wright <james@jameswright.xyz> |
refactor: Use TSMonitorSetFromOptions for spanstats |
| 56fab57d | 31-Mar-2025 |
James Wright <james@jameswright.xyz> |
test: Modify TG test for background velocity |
| b3b24828 | 10-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat(newt): Add div(Fdiff) projection to RHS |
| ea615d4c | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
style: Refactor fluids -> HONEE |
| 87fd7f33 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: Add -ts_monitor_cfl |
| c4a0f6c7 | 19-Nov-2024 |
James Wright <james@jameswright.xyz> |
test: Add CGNS load IC test |
| 9d4cbeb3 | 02-Dec-2024 |
James Wright <james@jameswright.xyz> |
chore: Cleanup junit.py from old libCEED vestiages |
| 39481cbd | 02-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !79, 'jrwrigh/monitor_dissipation', into 'main'
feat: Add ts_monitor_total_kinetic_energy
See merge request phypid/honee!79 |
| 035c7924 | 01-Dec-2024 |
James Wright <james@jameswright.xyz> |
test: Add test for total_ke csv monitor |
| 3c97163b | 01-Dec-2024 |
James Wright <james@jameswright.xyz> |
test: Add diff_csv_comment_function, implement diff_csv_kwargs |
| e941b1e9 | 01-Dec-2024 |
James Wright <james@jameswright.xyz> |
test(common): Add comment feature to diff_csv
Also adds: - `diff_csv_kwargs` to `SuiteSpec` to pass kwargs to diff_csv() - Changes how csv reference file names are taken |
| 9f354eca | 01-Dec-2024 |
James Wright <james@jameswright.xyz> |
test: Change test class name to HoneeSuiteSpec |
| 7225af5b | 01-Dec-2024 |
James Wright <james@jameswright.xyz> |
test: Fail if output file not found
See ratel:!957 |