Benjamin Rodenberg

Results 105 issues of Benjamin Rodenberg

I installed pythonfmu from [PyPI](https://pypi.org/project/pythonfmu/) via `pip3 install --user python3fmu`. However, when I tried to use the generated FMU OMEdit crashed. After some investigations I found out that the binaries...

bug

I installed pythonfmu by cloning this repository and using the provided `setup.py` script. On the first try I did not generate `pythonfmu/resources/binaries/linux64/libpythonfmu-export.so`. This led to unusable FMUs. I think it...

documentation
enhancement

The way how [`treelog.userfile`](https://github.com/evalf/nutils/blob/c82aa305c29d223eefff12acbe3de51404367a61/nutils/export.py#L163) resolves conflicting filenames leads to problems with Paraview. I will provide more information below and I hope it's enough to understand the problems I'm facing. ###...

## Main changes of this PR Closes #1421. ## Motivation and additional information This implements an important feature needed for #1171. Multiple samples can now be stored in the waveform...

enhancement

While working on waveform relaxation I had a lot of trouble with providing the right data at the right time to the data actions. We might be able to simplify...

question

## Main changes of this PR * Merge Multi- and ParallelCouplingScheme * Remove BiCouplingScheme in favor of SerialCouplingScheme * Simplifies class hierarchy and limits amount of duplicate code ## Motivation...

maintainability

https://github.com/precice/precice/blob/b81e53f5bd5d63b18b45692756d894211050f381/tests/serial/TestImplicit.xml#L19-L35 I just found this test configuration, which looks buggy to me: `SolverTwo` uses ` `, but there is no mapping to `SquareTwo`. `SolverOne` uses ` `. Can we raise...

bug
usability
configuration

**Describe your setup** https://github.com/precice/precice/commit/b7b5739b62cbab3948c98b97911f211090d6dea2 **Describe the problem** To clean up things and to make sure there are no strange, I changed the source code to reset data after sending and...

bug
maintainability

## Main changes of this PR Allows to write data to preCICE when subcycling is used. This either results in a piecewise constant or linear interpolation. Possibly also in higher-order...

enhancement

To implement #1171 the following changes to the Waveform class are useful: * Remove feature to store and use data from past windows. There is currently no clear use-case and...

enhancement
maintainability