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

Adding direct mesh access experimental functions #124

Merged
merged 12 commits into from
Oct 15, 2021

Conversation

IshaanDesai
Copy link
Member

Adding two new API functions related to functionality for direct access to received meshes. More details: precice/precice#1033
closes #123

@IshaanDesai
Copy link
Member Author

All tests fail because the docker image precice/precice is made from the master branch of the preCICE repo and the new API functions only exist on the develop branch at this point of time.

@IshaanDesai IshaanDesai marked this pull request as ready for review October 7, 2021 11:43
Copy link
Member

@BenjaminRodenberg BenjaminRodenberg left a 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.

cyprecice/SolverInterface.pxd Outdated Show resolved Hide resolved
cyprecice/cyprecice.pyx Outdated Show resolved Hide resolved
cyprecice/cyprecice.pyx Show resolved Hide resolved
cyprecice/cyprecice.pyx Outdated Show resolved Hide resolved
cyprecice/cyprecice.pyx Outdated Show resolved Hide resolved
test/SolverInterface.cpp Outdated Show resolved Hide resolved
test/SolverInterface.cpp Outdated Show resolved Hide resolved
test/SolverInterface.cpp Outdated Show resolved Hide resolved
test/SolverInterface.cpp Outdated Show resolved Hide resolved
test/SolverInterface.cpp Show resolved Hide resolved
Copy link
Member

@BenjaminRodenberg BenjaminRodenberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now 👍

@IshaanDesai IshaanDesai merged commit 056cbb3 into develop Oct 15, 2021
@IshaanDesai IshaanDesai deleted the direct-mesh-access-API branch October 15, 2021 07:54
@IshaanDesai IshaanDesai mentioned this pull request Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add API functions related to direct access to received meshes
2 participants