Coupling of MPI parallel Python and C++ simulations
(contributed by Timo Heister)
Introduction
In this article we document the experiments we performed to learn how to correctly couple a Python simulation code to a C++ simulation code, where both projects support parallel computations using MPI. We will need this for this project to couple Landlab (for surface evolution, written in Python) and ASPECT (for the interior, written in C++).