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

Add from dolfinx.io import gmshio in io/__init__.py #2357

Merged
merged 3 commits into from
Sep 9, 2022

Conversation

mikics
Copy link
Contributor

@mikics mikics commented Sep 9, 2022

This pull request

  • adds from dolfinx.io import gmshio in python/dolfinx/io/__init__.py so that gmshio is considered a module, making calls like the one below possible:

domain, cell_tags, facet_tags = io.gmshio.model_to_mesh(

  • removes an unnecessary gmshio string in the has_adios2 conditional block.

@garth-wells garth-wells merged commit 84737fe into FEniCS:main Sep 9, 2022
@mikics mikics deleted the gsoc-io-import-gmshio branch September 9, 2022 09:18
@mikics mikics restored the gsoc-io-import-gmshio branch September 9, 2022 09:18
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