History log of /honee/problems/shocktube.c (Results 1 – 25 of 69)
Revision Date Author Comments
# 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.


# 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(...)


# 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


# f27c2204 11-Aug-2025 James Wright <james@jameswright.xyz>

feat: Set number of components in problem setup

Same with the name of those components


# dc3bef10 28-Jul-2025 James Wright <james@jameswright.xyz>

Merge MR !133, 'Amin/units', into 'main'

Unify `Units` setup

See merge request phypid/honee!133


# c9f37605 28-Jul-2025 Mohammed Amin <mohammed.amin@colorado.edu>

(!133) Unify `Units` setup


# 28b0a49d 04-Jul-2025 James Wright <james@jameswright.xyz>

Merge MR !122, 'jrwrigh/honee_petscobject', into 'main'

feat: Convert Honee to PetscObject, remove auxillary structs

See merge request phypid/honee!122


# 9b05e62e 20-Jun-2025 James Wright <james@jameswright.xyz>

refactor: Remove Print functions from navierstokes.h


# 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


# d3c60aff 05-Jun-2025 James Wright <james@jameswright.xyz>

refactor: Delete SimpleBC struct


# 0d0968c2 07-Dec-2024 James Wright <james@jameswright.xyz>

Merge MR !90, 'jrwrigh/renaming', into 'main'

style: Refactor fluids -> HONEE

See merge request phypid/honee!90


# ea615d4c 07-Dec-2024 James Wright <james@jameswright.xyz>

style: Refactor fluids -> HONEE


# 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


# 0edc72b3 23-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/misc_refactor' into 'main'

refactor: Clean up global struct members

See merge request phypid/honee!31


# 28160fc2 18-Jul-2024 James Wright <james@jameswright.xyz>

feat: Add jac_data_size_vol

- Allows non-Jacobian examples to not have to set zeros to it's inputs
- Removes the need for `uses_newtonian` (newtonian itself can not add
the extra term for IDL)


# 8a02cd4c 17-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Replace dm_scale with meter


123