History log of /honee/src/misc.c (Results 26 – 50 of 131)
Revision Date Author Comments
# a7cc70e1 18-Aug-2024 James Wright <james@jameswright.xyz>

Merge MR !43, 'jrwrigh/advection_div_diff_flux', into 'main'

Implement DivDiffFluxProjection for advection diffusion

See merge request phypid/honee!43


# 40b78511 16-Aug-2024 James Wright <james@jameswright.xyz>

feat(advdif): Implement indirect div(F_diff) projection


# 912e22fb 25-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/diff_flux' into 'main'

feat: Add divergence of diffusive flux projection

See merge request phypid/honee!27


# 8c85b835 24-Jul-2024 James Wright <james@jameswright.xyz>

feat: Implement divergence of diffusive flux


# 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


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

refactor: Remove redundant comments from navierstokes.h

And newlines too


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

Merge branch 'jrwrigh/default_option' into 'main'

internal: Add HoneeOptionsSetValueDefault

See merge request phypid/honee!23


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

internal: Add HONEEOptionsSetValueDefault


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

Merge branch 'jrwrigh/separate_phasta_file' into 'main'

Move file-io functions to honee-file.c

See merge request phypid/honee!24


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

refactor: Remove SetupICsFromBinary

- Only used once, might as well just directly call HoneeLoadBinaryVec


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

internal: Remove comm argument from HoneeLoadBinaryVec


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

refactor: honee-file functions


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

internal: Add honee-file


# 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


# 0ded6df5 02-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/fix_malloc_issues' into 'main'

Fix memory leaks

Closes #2

See merge request phypid/honee!18


# 039caf0d 02-Jul-2024 James Wright <james@jameswright.xyz>

fix: Destroy array from PetscStrToArray


# 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


# 0ab92d04 28-Jun-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/fix_compiler_warnings' into 'main'

fix: Address GCC compiler warnings

See merge request phypid/honee!14


# 30ff0608 28-Jun-2024 James Wright <james@jameswright.xyz>

fix: Address GCC compiler warnings

- GCC was concerned that `q` in the STG code was being used
uninitialized
- GCC was also concerned that PetscViewerBinaryRead doesn't guarantee
that the value

fix: Address GCC compiler warnings

- GCC was concerned that `q` in the STG code was being used
uninitialized
- GCC was also concerned that PetscViewerBinaryRead doesn't guarantee
that the value is being set (which is always is...)

show more ...


# e6a3cea0 17-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1600 from CEED/jrwrigh/refactor_bcs_essential

fluids: Introduce BCDefinition, refactor essential BCs


# 58ce1233 17-Jun-2024 James Wright <james@jameswright.xyz>

refactor(fluids): Rename some booleans


123456