- preCICE
- python bindings
- Run in this directory
pip3 install --user -r requirements.txt
You can test the dummy solver by coupling two instances with each other. Open two terminals and run
python3 solverdummy.py precice-config.xml SolverOnepython3 solverdummy.py precice-config.xml SolverTwo
If you want to couple any other solver against this dummy solver be sure to adjust the preCICE configuration (participant names, mesh names, data names etc.) to the needs of your solver, compare our step-by-step guide for new adapters.