History log of /honee/problems/ (Results 1 – 25 of 262)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
26d401f309-Feb-2026 James Wright <james@jameswright.xyz>

fix(upstream): PETSc changes to PetscCtxDestroyFn

4fe35dce21-Oct-2025 James Wright <james@jameswright.xyz>

feat: Remove honee member coordinate references

d510ce3c21-Oct-2025 James Wright <james@jameswright.xyz>

feat: Remove coordinate args from QDataBoundaryGradientGet()

9018c49a21-Oct-2025 James Wright <james@jameswright.xyz>

feat: Remove coordinate arguments from QDataGet()

They are obtained directly from the passed in DM object

7e3656bd16-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.

cf8f12c815-Oct-2025 James Wright <james@jameswright.xyz>

feat: Replace honee->elem_restr_q and basis_q with creation routines

e3db12f814-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.

6b9fd99314-Oct-2025 James Wright <james@jameswright.xyz>

style(dm-utils): Rename Basis routines to match ElemRestriction

9eadbee429-Sep-2025 James Wright <james@jameswright.xyz>

style: Change clang-format to penalize newline after open ()

da7f3a0726-Sep-2025 James Wright <james@jameswright.xyz>

WIP: Updated libCEED Functions

14bd2a0726-Sep-2025 James Wright <james@jameswright.xyz>

style: Corrections from make checkbadSource

cde3d78725-Aug-2025 James Wright <james@jameswright.xyz>

refactor: Extract NewtonianIGProperties from NewtonianIdealGasContext

f0df98c022-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)

ae2e521222-Aug-2025 James Wright <james@jameswright.xyz>

style: Get local section once for divFdiff projection setup

f5dc303c22-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.

2d898fa620-Aug-2025 James Wright <james@jameswright.xyz>

style: Change PetscCalloc1(1, ...) into PetscNew(...)

d9e6962120-Aug-2025 James Wright <james@jameswright.xyz>

refactor(divFdiff): Make divFdiff method explicit argument in setup

bff204bc20-Aug-2025 James Wright <james@jameswright.xyz>

refactor(newt): Initialize defaults directly into newtonian_ig_ctx

8d8b1f0c20-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 ...

c9d9fc8812-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

3cec1b8d12-Aug-2025 Mohammed Amin <mohammed.amin@colorado.edu>

(!136) Amin/mean only fix

f27c220411-Aug-2025 James Wright <james@jameswright.xyz>

feat: Set number of components in problem setup

Same with the name of those components

c9f3760528-Jul-2025 Mohammed Amin <mohammed.amin@colorado.edu>

(!133) Unify `Units` setup

0c70a8bc02-Jul-2025 James Wright <james@jameswright.xyz>

feat: Add Honee{Get,Set,Has}Container functions

This embeds some helpful checks into the container additions

9b05e62e20-Jun-2025 James Wright <james@jameswright.xyz>

refactor: Remove Print functions from navierstokes.h

1234567891011