| da7f3a07 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
WIP: Updated libCEED Functions |
| 7ecf6641 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !153, 'jrwrigh/checkbadSource', into 'main'
style: Add checkbadSource
See merge request phypid/honee!153 |
| b936e31a | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
ci: Add checkbadSource to format test |
| 14bd2a07 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Corrections from make checkbadSource |
| 1efe7de2 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Add checkbadSource
Modified from PETSc's checkbadSource |
| 162c2c62 | 04-Sep-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !150, 'jrwrigh/test-coverage', into 'main'
test: Add wall_time and check_step to tests
See merge request phypid/honee!150 |
| b4598da8 | 04-Sep-2025 |
James Wright <james@jameswright.xyz> |
fix(spanstats): Use prefix in sf_view flag and sf name |
| 755bbe25 | 04-Sep-2025 |
James Wright <james@jameswright.xyz> |
test: Add advection CFL/Pe spanstats test |
| c4bd9656 | 03-Sep-2025 |
James Wright <james@jameswright.xyz> |
test: Add wall_time and check_step to tests |
| 34890bd2 | 03-Sep-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !149, 'jrwrigh/ci-test-coverage', into 'main'
test(ci): Enable coverage consolidation and HTML output
Closes #41
See merge request phypid/honee!149 |
| f7972399 | 03-Sep-2025 |
James Wright <james@jameswright.xyz> |
test(ci): Enable coverage consolidation and HTML output |
| 0c608af5 | 26-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !142, 'jrwrigh/smartsim_solution', into 'main'
feat(smarsim): Add solution writing for smartsim
See merge request phypid/honee!142 |
| 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 |
| 8fc6ab98 | 19-Aug-2025 |
James Wright <james@jameswright.xyz> |
doc(smartsim): Documentation |
| 475f0cac | 25-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !148, 'jrwrigh/newt_fluid_properties', into 'main'
refactor: Extract Newtonian fluid properties from primary Newtonian context
Closes #38
See merge request phypid/honee!148 |
| cde3d787 | 25-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: Extract NewtonianIGProperties from NewtonianIdealGasContext |
| f0df98c0 | 22-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: Remove c_tau from Newtonian options
It isn't implemented anyways.
TODO: Need to edit documentation to reflect the change (if Newtonian has any lingering references to c_tau) |
| e14e7b81 | 22-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !146, 'jrwrigh/refactor', into 'main'
refactor: Use compound literals for struct initialization
See merge request phypid/honee!146 |
| ae2e5212 | 22-Aug-2025 |
James Wright <james@jameswright.xyz> |
style: Get local section once for divFdiff projection setup |
| f5dc303c | 22-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: Use compound literals for struct setting
Using compound literals to initialize structs is often either easier to read or more compact than setting struct members individually one-by-one. |
| 58d1351f | 22-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: SpanstatsInitialize parameter naming |
| ca10df36 | 21-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor(honee): Use Calloc4 for sub-struct creation |
| 9fcccac0 | 21-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !145, 'jrwrigh/refactor', into 'main'
refactor: Change default struct in Newtonian, change Calloc1() -> New(), DivFDiff changes
See merge request phypid/honee!145 |
| 2d898fa6 | 20-Aug-2025 |
James Wright <james@jameswright.xyz> |
style: Change PetscCalloc1(1, ...) into PetscNew(...) |
| d9e69621 | 20-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor(divFdiff): Make divFdiff method explicit argument in setup |