| #
337840fc
|
| 09-Feb-2026 |
James Wright <james@jameswright.xyz> |
Merge MR !165, 'jrwrigh/plex_filter_fix', into 'main'
fix(upstream): Update DMPlexFilter with new arguments from petsc:!8876
See merge request phypid/honee!165
|
| #
26d401f3
|
| 09-Feb-2026 |
James Wright <james@jameswright.xyz> |
fix(upstream): PETSc changes to PetscCtxDestroyFn
|
| #
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
|
| #
14bd2a07
|
| 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Corrections from make checkbadSource
|
| #
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
|
| #
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
|
| #
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.
|
| #
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(...)
|
| #
e7c414fe
|
| 12-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !136, 'Amin/mean_only_fix', into 'main'
Amin/mean only fix
Closes #36
See merge request phypid/honee!136
|
| #
3cec1b8d
|
| 12-Aug-2025 |
Mohammed Amin <mohammed.amin@colorado.edu> |
(!136) Amin/mean only fix
|
| #
b77f7f1c
|
| 17-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !118, 'jrwrigh/rename_jac_data_size', into 'main'
style: jac_data_size -> num_comps_jac_data
See merge request phypid/honee!118
|
| #
22a713df
|
| 17-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !116, 'jrwrigh/update_jac_data_size_bc', into 'main'
feat(bc): Shrink jac_data_size to that being used
Closes #30
See merge request phypid/honee!116
|
| #
b1926ee6
|
| 17-Jun-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !67, 'jrwrigh/bc_QF_setup', into 'main'
Use BCDefinition for setting up boundary integral QFunctions
Closes #27
See merge request phypid/honee!67
|
| #
1abc2837
|
| 11-Jun-2025 |
James Wright <james@jameswright.xyz> |
style: jac_data_size -> num_comps_jac_data
Includes: - jac_data_size_sur -> num_comps_jac_data - jac_data_size_vol -> num_comps_jac_data - jac_data_size -> num_comps_jac_data
|
| #
ea091b8e
|
| 11-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat(bc): Shrink jac_data_size to that being used
|
| #
d6cac220
|
| 05-Jun-2025 |
James Wright <james@jameswright.xyz> |
bc(inflow): Convert inflow bc to use BCDef functions
|
| #
f1a0da39
|
| 02-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !80, 'jrwrigh/fix_stg', into 'main'
fix(stg): Skip dx when using strong STG
See merge request phypid/honee!80
|
| #
f9d6418b
|
| 01-Dec-2024 |
James Wright <james@jameswright.xyz> |
fix(stg): Skip dx when using strong STG
Strong STG determines the element sizes based on the elements themselves, therefore dx doesn't need to be calculated from the box_faces flag (and it will erro
fix(stg): Skip dx when using strong STG
Strong STG determines the element sizes based on the elements themselves, therefore dx doesn't need to be calculated from the box_faces flag (and it will error out when it tries to do so)
show more ...
|
| #
dec3c062
|
| 24-Sep-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !29, 'jrwrigh/consolidate_structs', into 'main'
refactor: Change `User` -> `Honee`
See merge request phypid/honee!29
|
| #
0c373b74
|
| 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Change User -> Honee
|
| #
efe705f2
|
| 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/refactor' into 'main'
refactor: Use utils in setupgeo helpers, other misc refactors
See merge request phypid/honee!37
|
| #
74960ff5
|
| 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
style: Use Square() instead of repeated multiplication
|
| #
c122ba76
|
| 15-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/refactor' into 'main'
refactor: Make consistent QF naming, cleanup navierstokes.h
Closes #9
See merge request phypid/honee!26
|