Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve check for facet->cell connectivity #3281

Merged
merged 3 commits into from
Jun 26, 2024

Conversation

chrisrichardson
Copy link
Contributor

Currently exterior_facet_indices() only checks that the facet index map exists, which is insufficient.

  • add a check for facet->cell connectivity instead

@chrisrichardson chrisrichardson added this pull request to the merge queue Jun 26, 2024
Merged via the queue into main with commit d125d5e Jun 26, 2024
28 checks passed
@chrisrichardson chrisrichardson deleted the chris/ext-facet-indices-check branch June 26, 2024 07:27
schnellerhase pushed a commit to schnellerhase/dolfinx that referenced this pull request Jul 1, 2024
github-merge-queue bot pushed a commit that referenced this pull request Jul 2, 2024
…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 <chris@bpi.cam.ac.uk>

* Apply suggestions from code review

Co-authored-by: Chris Richardson <chris@bpi.cam.ac.uk>

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Igor Baratta <igorbaratta@gmail.com>

* Apply suggestions from code review

* Add documentation and default scalar type

---------

Co-authored-by: Chris Richardson <chris@bpi.cam.ac.uk>
Co-authored-by: Igor Baratta <igorbaratta@gmail.com>

* 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] <support@github.com>
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 <xDNdnQoyTcrrMdWCVZft4YLqkaRWnRb@protonmail.com>

* Update python/demo/demo_biharmonic.py

Co-authored-by: Jørgen Schartum Dokken <dokken92@gmail.com>

* Apply suggestions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Chris Richardson <chris@bpi.cam.ac.uk>
Co-authored-by: Jørgen Schartum Dokken <dokken92@gmail.com>
Co-authored-by: Igor Baratta <igorbaratta@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: papel <xDNdnQoyTcrrMdWCVZft4YLqkaRWnRb@protonmail.com>
schnellerhase pushed a commit to schnellerhase/dolfinx that referenced this pull request Sep 11, 2024
schnellerhase added a commit to schnellerhase/dolfinx that referenced this pull request Sep 11, 2024
…trieving complete boundary (FEniCS#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 (FEniCS#3284)

* Data independent form compilation for Python interface (FEniCS#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 <chris@bpi.cam.ac.uk>

* Apply suggestions from code review

Co-authored-by: Chris Richardson <chris@bpi.cam.ac.uk>

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Igor Baratta <igorbaratta@gmail.com>

* Apply suggestions from code review

* Add documentation and default scalar type

---------

Co-authored-by: Chris Richardson <chris@bpi.cam.ac.uk>
Co-authored-by: Igor Baratta <igorbaratta@gmail.com>

* Bump docker/build-push-action from 5 to 6 (FEniCS#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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Improve check for facet->cell connectivity (FEniCS#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 (FEniCS#3289)

* Remove temporary workarounds

* Use dict comprehension

* Export missing compile time constants to python (FEniCS#3285)

Co-authored-by: papel <xDNdnQoyTcrrMdWCVZft4YLqkaRWnRb@protonmail.com>

* Update python/demo/demo_biharmonic.py

Co-authored-by: Jørgen Schartum Dokken <dokken92@gmail.com>

* Apply suggestions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Chris Richardson <chris@bpi.cam.ac.uk>
Co-authored-by: Jørgen Schartum Dokken <dokken92@gmail.com>
Co-authored-by: Igor Baratta <igorbaratta@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: papel <xDNdnQoyTcrrMdWCVZft4YLqkaRWnRb@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants