History log of /honee/problems/densitycurrent.c (Results 1 – 25 of 63)
Revision Date Author Comments
# 255e1892 29-Sep-2025 James Wright <james@jameswright.xyz>

Merge MR !157, 'jrwrigh/format_parentesis_break', into 'main'

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

See merge request phypid/honee!157


# 9eadbee4 29-Sep-2025 James Wright <james@jameswright.xyz>

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


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


# 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


# 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


# 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


# 66d54740 17-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Remove `dim` from ProblemData

Should just grab that from the DM


# 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


# e07531f7 12-Jul-2024 James Wright <james@jameswright.xyz>

refactor: More consistent naming of qf context


# 8a8cb6e0 10-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/license_changes' into 'main'

Update License post libCEED fork

See merge request phypid/honee!6


# ae2b091f 26-Jun-2024 James Wright <james@jameswright.xyz>

chore: Move to Apache-2.0 OR BSD-2-Clause


# 06a5ac53 28-Jun-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/rearrange' into 'main'

Rearrange files into more future-oriented locations

See merge request phypid/honee!15


# 149fb536 28-Jun-2024 James Wright <james@jameswright.xyz>

chore: Move navierstokes.* out of root directory

navierstokes.h to include and navierstokes.c into examples


# 012ff548 24-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1562 from CEED/jrwrigh/fluids_problem_pointer

fluids: Make ProblemData a pointer to struct


123