History log of /honee/src/bc_definition.c (Results 1 – 19 of 19)
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 ()


# 7ecf6641 26-Sep-2025 James Wright <james@jameswright.xyz>

Merge MR !153, 'jrwrigh/checkbadSource', into 'main'

style: Add checkbadSource

See merge request phypid/honee!153


# 14bd2a07 26-Sep-2025 James Wright <james@jameswright.xyz>

style: Corrections from make checkbadSource


# b1ce54f2 17-Jun-2025 James Wright <james@jameswright.xyz>

Merge MR !119, 'jrwrigh/bcdef_petscobject', into 'main'

feat(bc_def): Convert BCDefinition to a PetscObject

Closes #31

See merge request phypid/honee!119


# 96f347c2 12-Jun-2025 James Wright <james@jameswright.xyz>

feat(bc_def): Convert BCDefinition to a PetscObject


# 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


# ea091b8e 11-Jun-2025 James Wright <james@jameswright.xyz>

feat(bc): Shrink jac_data_size to that being used


# 0990a807 10-Jun-2025 James Wright <james@jameswright.xyz>

feat(bc_def): Add AssertPointer to Get functions


# 77aa5ad7 11-Oct-2024 James Wright <james@jameswright.xyz>

bc_def: Add IFunction and IJacobian set and apply


# 2e678684 10-Oct-2024 James Wright <james@jameswright.xyz>

bc_def: Add user context


# 09240e0a 10-Oct-2024 James Wright <james@jameswright.xyz>

bc_def: Add dm member to struct

And it's associated Get/Set functions


# c7435f2c 27-Mar-2025 James Wright <james@jameswright.xyz>

Merge MR !103, 'jrwrigh/update_petscoptions', into 'main'

fix(bc): Correct PetscOptionsItems pointer status

See merge request phypid/honee!103


# ddf6e248 24-Mar-2025 James Wright <james@jameswright.xyz>

fix(bc): Correct PetscOptionsItems pointer status

PETSc !7517 changed this from a struct to a pointer to struct. This
needs to be reflected in these functions


# 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


# 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


# 487a3b6e 25-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Create BCDefinition, use for essential BCs