MxUI / MUI

Multiscale Universal Interface: A Concurrent Framework for Coupling Heterogeneous Solvers
http://mxui.github.io/
Apache License 2.0
55 stars 40 forks source link

Add new Python wrapper. #17

Closed SLongshaw closed 5 years ago

SLongshaw commented 5 years ago

Adds new mui4py Python wrapper, written by Eduardo Fernandez of Imperial College London.

Makes a number of small changes to base MUI code also, the most notable is the change in return type to create_uniface function, which goes from a raw pointer to a std::unique_ptr type.