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

Wrap entities_to_geometry in Python interface #3023

Closed
jorgensd opened this issue Jan 30, 2024 · 0 comments · Fixed by #3038
Closed

Wrap entities_to_geometry in Python interface #3023

jorgensd opened this issue Jan 30, 2024 · 0 comments · Fixed by #3038
Labels
documentation Documentation improvements or fixes
Milestone

Comments

@jorgensd
Copy link
Member

Summarize the issue

Documentation not created, and C++ objects have to be sent through

How to reproduce the bug

See test_mesh: https://github.com/FEniCS/dolfinx/blob/f0054ad8061cac4285e37354b6b48d0a0b3cd76d/python/test/unit/mesh/test_mesh.py#L64C1-L64C97

Minimal Example (Python)

e_to_g = entities_to_geometry(mesh._cpp_object, entity_dim, np.array(entity_map), False)

Output (Python)

No response

Version

main branch

DOLFINx git commit

No response

Installation

No response

Additional information

No response

@jorgensd jorgensd added the documentation Documentation improvements or fixes label Jan 30, 2024
@jorgensd jorgensd added this to the v0.8.0 milestone Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation improvements or fixes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant