https://github.com/precice/controller
WIP: A configuration generator for preCICE
https://github.com/precice/controller
Last synced: 12 months ago
JSON representation
WIP: A configuration generator for preCICE
- Host: GitHub
- URL: https://github.com/precice/controller
- Owner: precice
- License: gpl-3.0
- Created: 2018-12-19T16:02:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T08:52:55.000Z (over 7 years ago)
- Last Synced: 2025-03-05T20:58:17.668Z (over 1 year ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# preCICE Controller
WIP: A configuration generator for preCICE
Original implementation by Janos Benk as part of [COPLON](http://coplon.de/), based on previous work by Lucia Cheung, in cooperation with [SimScale](https://www.simscale.com/).
## Dependencies
* `xml_diff`: e.g. `pip3 install xml_diff`
## How to run
Simply type `python3 main.py -h` to get an overview.
## Examples
In `examples`, several example configurations are listed. `topology.yaml` is always the input and all other files are reference output files: `precice-config.xml` and potentially adapter configurations, e.g. `calculix.yaml`.