Benjamin Uekermann
Benjamin Uekermann
I prefer duplication here over software engineering. Splitting /duplicating the nutils code into two variants is very easy and could also make the code easier to understand. Putting some of...
> I only checked deal.II for now, and the functionality used there is entirely based on the initial configuration. I would indeed expect this behavior from the restart of a...
Nice :+1: Alternative names could be `channel-chemistry` or `channel-transport-reaction`. It is a channel flow with no-slip walls, right? This would put the case close to the existing `channel-transport`.
You could say that "chemistry" is already covered by "reaction"? :grin:
Just saw right now: PR should point to `develop`, not `master`.
Does this also happen when you use `foam2vtk`?
[Direct mesh access](https://precice.org/couple-your-code-direct-access.html) allows such behavior. Another participant could directly write into `Forces` on `SquareTwo`. @davidscn Not sure how easy it is to really catch all such misconfigurations. So far...
> @uekerman what do you think? If I remember correctly, you were favoring option A in a recent discussion. Let's try to do small isolated PRs that we can quickly...
This does not necessarily have to be a breaking change, leaving option 3 aside. Only the behavior of `isWriteDataRequired` would change, which we could enable in the configuration. I currently...
I find option 1 more natural. In the end, piecewise constant interpolation is really an academic option without much practical relevance. Our current subcycling could still have some practical relevance...