-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Adding direct mesh access experimental functions #124
Conversation
All tests fail because the docker image |
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.
I added some more comments below. Some smaller issues on documentation. Testing is probably a slightly bigger work package.
There are also some more comments that probably should go to the C++ side of the interface. But I think you can judge better here. I'm missing a lot of context about the C++ interface, so they might not 100% fit.
…roper dimensions are provided
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.
Looks good now 👍
Adding two new API functions related to functionality for direct access to received meshes. More details: precice/precice#1033
closes #123