| 26d401f3 | 09-Feb-2026 |
James Wright <james@jameswright.xyz> |
fix(upstream): PETSc changes to PetscCtxDestroyFn |
| 4fe35dce | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Remove honee member coordinate references |
| d510ce3c | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Remove coordinate args from QDataBoundaryGradientGet() |
| 9018c49a | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Remove coordinate arguments from QDataGet()
They are obtained directly from the passed in DM object |
| 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. |
| cf8f12c8 | 15-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Replace honee->elem_restr_q and basis_q with creation routines |
| e3db12f8 | 14-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Add DMLABEL_DEFAULT and DMLABEL_DEFAULT_VALUE
Helper variables to make it more clear what is being done for the default DMLabel and the default label value as well. |
| 6b9fd993 | 14-Oct-2025 |
James Wright <james@jameswright.xyz> |
style(dm-utils): Rename Basis routines to match ElemRestriction |
| 9eadbee4 | 29-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Change clang-format to penalize newline after open () |
| da7f3a07 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
WIP: Updated libCEED Functions |
| 14bd2a07 | 26-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Corrections from make checkbadSource |
| 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) |
| 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. |
| 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 |
| bff204bc | 20-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor(newt): Initialize defaults directly into newtonian_ig_ctx |
| 8d8b1f0c | 20-Aug-2025 |
James Wright <james@jameswright.xyz> |
fix: Correctly set component labels by state variables
Bug introduced in !139 accidentally set the component names before the state variable option was read in, therefore it always printed out the c
fix: Correctly set component labels by state variables
Bug introduced in !139 accidentally set the component names before the state variable option was read in, therefore it always printed out the conservative variable labels.
In addition to fixing this, I did quite a bit of reorganization of the `NS_NEWTONIAN_IG()` function.
show more ...
|
| c9d9fc88 | 12-Aug-2025 |
James Wright <james@jameswright.xyz> |
Merge MR !137, 'jrwrigh/problem_components', into 'main'
feat: Set number of components in problem setup
Closes #37
See merge request phypid/honee!137 |
| 3cec1b8d | 12-Aug-2025 |
Mohammed Amin <mohammed.amin@colorado.edu> |
(!136) Amin/mean only fix |
| f27c2204 | 11-Aug-2025 |
James Wright <james@jameswright.xyz> |
feat: Set number of components in problem setup
Same with the name of those components |
| c9f37605 | 28-Jul-2025 |
Mohammed Amin <mohammed.amin@colorado.edu> |
(!133) Unify `Units` setup |
| 0c70a8bc | 02-Jul-2025 |
James Wright <james@jameswright.xyz> |
feat: Add Honee{Get,Set,Has}Container functions
This embeds some helpful checks into the container additions |
| 9b05e62e | 20-Jun-2025 |
James Wright <james@jameswright.xyz> |
refactor: Remove Print functions from navierstokes.h |