Results 48 issues of David Schneider

## Main changes of this PR Adds the `write*Gradient` and `isGradientDataRequired` API functions to our native fortran and C bindings. ## Motivation and additional information As part of #1252 ##...

## Main changes of this PR Replaces the Eigen based QR decomposition by a Cholesky decomposition for s.p.d. matrices. ## Motivation and additional information The current implementation requires C++17 in...

## Main changes of this PR Extends the Aitken underrelaxation to handle multiple data sets (resolves #1360 and resolves #1184), adds a preconditioner option to our Aitken acceleration and add...

bug

## Main changes of this PR ...which prevents git whitespace errors and enforces a common ending of files in the database. ## Motivation and additional information ## Author's checklist *...

## Main changes of this PR Lifts the preCICE C++ standard to C++17. ## Motivation and additional information Related to #1201. This PR only updates the CMake/compiler configuration and does...

compatibility

## Main changes of this PR Update release workflow to consider target OS for package generation in release pipeline. ## Motivation and additional information The pipeline will fail in case...

maintainability

## Main changes of this PR Upgrades the `clang-format` version to `clang-format-12`, introduces a column limit of 120 as discussed in #1155 and applies corresponding changes to the code base....

## Main changes of this PR ... in order to have a more comprehensive list of available functions ## Motivation and additional information I still need to add tests for...

## Main changes of this PR Adds a support for gradient data for constant underrelaxation and Aitken underrelaxation. ## Motivation and additional information In case our data has gradient data,...

In the course of #1239 we added the functionality and API methods for a nearest-neighbor gradient mapping. With version 2.4.0, an experimental API of the mapping methods will be released....