-
-
Notifications
You must be signed in to change notification settings - Fork 186
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 Python-interface for geometry constructor and geometry class #3403
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the pull-back/push-forward functions for single cells only? If yes, this will often be slow. Would be good to support 'vectorisation' over multiple cells.
This is introducing new functionality and a non-backwards compatible API and is best addressed in a separate PR |
@garth-wells |
Continuation of #3400.
Add
Geometry
Python class and appropriate constructor (create_geometry
).Expose some bindings and wrap return types (
Geometry
andCoordinateElement
) when returned from Python objects.