Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Solverdummies

Install Dependencies

Run

You can test the dummy solver by coupling two instances with each other. Open two terminals and run

  • python3 solverdummy.py precice-config.xml SolverOne
  • python3 solverdummy.py precice-config.xml SolverTwo

Next Steps

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.