David Schneider
David Schneider
We use this functions in the [openfoam-adapter](https://github.com/precice/openfoam-adapter/blob/bf38c42a197ca9b85b33cf16575010653cea53db/Interface.C#L375) as well as the [dealii-adapter](https://github.com/precice/dealii-adapter/blob/005933d6b45f885a64aee7ce597a3d7d81d54aff/include/adapter/adapter.h#L374-L398)
Thanks a lot @IshaanDesai. The measurements are now a summary of #1320 #1335 #1338. I also ran small testcases on my local machine and observe a similar behavior. It's noteworthy...
> The feeling I am getting in this PR is that we should probably lift Polynomial into the type system in the future. This would simplify some places and move...
> Remove the gradient="on" flag and deduce the requirement automatically from the mapping configuration I think there is no way of doing this. The gradient requirement is tied to the...
> In my opinion, it doesn't hurt much if we keep it in the configuration. Maybe even better as it makes it transparent to the user that more data is...
> It's mostly a backwards compatibility issue. @uekerman and I agree to keep scaled-consistent in preCICE 2.5 then rename it scaled-consistent-surface in the v3 branch. Now that this PR is...
> We need to wait here until breaking changes are allowed to be merged. Waiting time is over. @boris-martin will you add a changelog or do you want me to...
Ready to merge, guessing that @boris-martin has no final concerns.
> * Only export data at the end of a time window. > > * Only export data once converged in an implicit coupling scheme. Thus, drop `every-iteration`. > >...