History log of /honee/include/bc_definition.h (Results 1 – 16 of 16)
Revision Date Author Comments
# 9e67f91b 09-Oct-2025 James Wright <james@jameswright.xyz>

Merge MR !151, 'jrwrigh/matceed-sync', into 'main'

feat: Sync mat-ceed changes from Ratel

See merge request phypid/honee!151


# 0bf21536 09-Oct-2025 James Wright <james@jameswright.xyz>

style: Remove include hierarchy from clang-format


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

Merge MR !156, 'jrwrigh/matceed_petscerrorcodefn', into 'main'

upstream: Update MPIU_BOOL and PetscErrorCodeFn

See merge request phypid/honee!156


# 1c58d510 26-Sep-2025 James Wright <james@jameswright.xyz>

fix: Replace <petsc.h> with more specific headers

All this to really just get around clang-tidy complaining about
`petsclandau.h` having a slightly unoptimal struct layout


# 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


# 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


# 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