-
-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Favor
exterior_facet_indices
over locate_entities_boundary
for re…
…trieving complete boundary (#3283) * Introduce optionally empty marker for boundary entities * Adapt to optional boundary marker * Make use of simplifications in python code * Make use of simplifications in cpp code * Add xfail for now (#3284) * Data independent form compilation for Python interface (#3263) * Create mesh independent form compilator for Python interface * Ruff formatting * Mypy * Parameterize test over all dtypes * Ruff format * Fix compile options handling * Fix coeff and constant name mapping * Ruff * Remove extra definition of basix element and check that mesh c_el is consistent * Add support for linear and bilinear forms * Fix typo * Apply suggestions from code review Co-authored-by: Chris Richardson <[email protected]> * Apply suggestions from code review Co-authored-by: Chris Richardson <[email protected]> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Igor Baratta <[email protected]> * Apply suggestions from code review * Add documentation and default scalar type --------- Co-authored-by: Chris Richardson <[email protected]> Co-authored-by: Igor Baratta <[email protected]> * Bump docker/build-push-action from 5 to 6 (#3279) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve check for facet->cell connectivity (#3281) * Improve check * Update utils.cpp * Revert optional and use * Ruff * Typo * another * Fix biharmonic * Fix python biharmonic * Fix python demo hdg * last? * fix test fem pipeline * fem pipeline the last? * Remove workarounds following upstream updates for CI (#3289) * Remove temporary workarounds * Use dict comprehension * Export missing compile time constants to python (#3285) Co-authored-by: papel <[email protected]> * Update python/demo/demo_biharmonic.py Co-authored-by: Jørgen Schartum Dokken <[email protected]> * Apply suggestions --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Chris Richardson <[email protected]> Co-authored-by: Jørgen Schartum Dokken <[email protected]> Co-authored-by: Igor Baratta <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: papel <[email protected]>
- Loading branch information
1 parent
b6864c0
commit 02e9a4d
Showing
7 changed files
with
26 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters