Benjamin Rodenberg

Results 143 issues of Benjamin Rodenberg

**Please describe the problem you are trying to solve.** If we activate substeps data at the beginning and at the end of the window is always communicated. This doubles the...

enhancement

**Please describe the problem you are trying to solve.** * Reduce number of dependencies for the default build configuration. * Remove a cause of confusion when users want (or don't...

building
breaking change

Our current testing environment only provides very limited testing of the different language bindings. # What we have systemtests that run the solverdummies for the different language bindings in [`precice/systemtests/tree/master/Test_bindings`](https://github.com/precice/systemtests/tree/master/Test_bindings)....

maintainability

**Please describe the problem you are trying to solve.** We did not study the Aitken acceleration scheme in detail when combined with waveform iteration. At the moment the implementation follows...

thesis

**Please describe the problem you are trying to solve.** As described in https://github.com/precice/precice/pull/2165 some XMLTags do not use `kebab-style`. This prevents applying consistent rules for all XMLTags. We should make...

usability
breaking change

We have some acceleration schemes that are no quasi-Newton schemes. However, they still write the QN-related columns `QNColumns`, `DeletedQNColumns`, and `DroppedQNColumns` in `*-iterations.log`. It would be better to drop these...

good first issue
low priority

The [following line](https://github.com/precice/precice/blob/78b505b8e57c51e100f0d81027e382860921696f/src/utils/String.cpp#L105) triggers a segmentation fault when I try to run the lid-driven cavity example with flexible bottom (from [ae4e136](https://github.com/precice/fluent-adapter/pull/34/commits/ae4e136d62d228b6ab00c27601e75b06838c5664)). I'm trying to run the example on [CoolMUC-4 Cluster](https://doku.lrz.de/coolmuc-4-1082337877.html)...

bug
compatibility

Hi! I came here over https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/ and would like to thank you for the very helpful blogpost first! Since I would like to reuse some snippets in my own source...

I'm currently reviewing the implementation of the API function `setMeshAccessRegion` into the python bindings (https://github.com/precice/python-bindings/pull/124). I would argue to change the format for the bounding box from the current format:...

low priority

**Please describe the problem you are trying to solve.** In #1038 `DataContext` was refactored into a class. One goal was to restrict access to data and create an interface that...

maintainability
low priority