MxUI / MUI

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

Enforce output order of create_uniface function #77

Closed SLongshaw closed 3 years ago

SLongshaw commented 3 years ago

This request updates the create_uniface function to ensure it outputs the created unifaces in the same order as they are input (internal creation still happens in hash value order).

New functions are also added to the uniface class to allow the original URI details to be read via public function.

An initial Fortran wrapper framework is also included.