-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Port MATLAB bindings to new interface introduced in MATLAB R2019a #2
Comments
Some details on that from my side: In the course of coupling a MATLAB solver with preCICE for my thesis, I am writing MATLAB bindings for precice based on the C++ MEX API introduced in R2018a. I do this in my fork. This works fine, but involves explicitly writing wrapper functions and classes for the preCICE functionalities. Hence, it is a lot of code that needs to be written and maintained. R2019a (which was released less than a month ago) introduced the
This process is really simple. Also, it makes the original bindings pretty much dispensable (for anyone with access to R2019a). However, as far as I figured it out up to now, there are a few shortcomings that must be dealt with, e.g.:
These issues should be solved. Afterwards, |
In precice/precice#102 we want to implement/implemented a MATLAB API for preCICE. However, this API is based on functionality from MATLAB R2018b and before. R2019a introduces a more comfortable interface for the generation of a MATLAB interface to a C++ Library.
The text was updated successfully, but these errors were encountered: