Gerasimos Chourdakis
Gerasimos Chourdakis
**Describe your setup** Operating system (e.g. Linux distribution and version): _Ubuntu 20.04_ preCICE version: 2.5.0 pyprecice version: 2.5.0.1 internal ATHLET adapter (commit cb161a9, based on 686656) **Describe the problem** I...
At the moment, when a user tries to use a preCICE v2 configuration file with preCICE v3 (or the reverse), they will just get errors regarding unknown configuration tags. Since...
This currently just looks odd. @valentin-seitz was there any technical reason to keep it like this?
See comments in https://github.com/precice/tutorials/pull/521#issuecomment-2052126670 I have not yet understood under which situations this happens. The relevant code is here: https://github.com/precice/tutorials/blob/bf312a9bf689b34f50f406d2f23fec49b39a9869/tools/tests/systemtests/Systemtest.py#L374-L419 In the same context, it would be nice if the...
We do that in the elastic-tube-1d, would be nice to have it as a standard across all tutorials.
We currently set `pyprecice==3`. We should probably set `pyprecice>=3,
We now install Nutils in a venv for every related tutorial. We could do the same for: - [x] fmi runner - [x] fenicsprecice - [ ] aste - [x]...
It may help to have a look at the file `CONTRIBUTING.md` for a few hints and guidelines. --> Currently, the following tutorials run but give very wrong results with the...
In the [two-scale-heat-conduction](https://github.com/precice/tutorials/tree/develop/two-scale-heat-conduction) tutorial, we currently have: - Run scripts that depend on the custom DuMuX scripts `macro_dumux` and the micro-manager. - A script [setup-dumux.sh](https://github.com/precice/tutorials/blob/develop/two-scale-heat-conduction/setup-dumux.sh), which: - Removes any previous...
In #514, I added config visualizations and a script that generates them. I had also added a script that checks if the DOT files were updated after running the visualization...