Results 54 issues of David Schneider

At the time we implemented the nearest projection mapping, we asserted, that it is not used in FSI simulations, since there, the `Solid` participant needs to provide connectivity. However, after...

This issue refers to PR #46 , which adds a support for nearest-projection mappings (#2 ) Our current workflow looks the following way (for nearest-projection): Writing: compute_data -> interpolate from...

enhancement

This issue is mainly re-documenting the following issue from ParaView: https://discourse.paraview.org/t/internal-foam-reader-for-openfoam-data-issue-with-fixedgradient-boundary-condition/698, since it is quite relevant for our partitioned approaches. To sum the issue up: in order to visualize an...

https://github.com/precice/precice/blob/b81e53f5bd5d63b18b45692756d894211050f381/src/mapping/RadialBasisFctSolver.hpp#L204-L209 This won't work (in terms of the mesh names) right now as the meshes are only temporary meshes in the (global) RBF mapping. This issue is mainly a reminder...

**Please describe the problem you are trying to solve.** In general, preCICE has two flavors of data mappings: one using PETSc, which is the default (assuming it was compiled with...

question
usability
breaking change

**Describe the problem** While working on #1273, I stumbled across our `BoundingBox` class and was not completely sure about several design decisions. There are functions which (seemingly arbitrarily) do nothing...

## Main changes of this PR Removes the automatic switch-off of geometric filters for all but global RBFs using globally supported kernel functions. ## Motivation and additional information This seems...

**Describe the problem** Using the two-level initialization with any of our global RBF mappings does not work. The problem is that the bounding boxes in this code snippet https://github.com/precice/precice/blob/f5124bb23624aa1b6f1d37f7229f1d5fdbd642e0/src/partition/ReceivedPartition.cpp#L620-L642 are...

bug

## Main changes of this PR Adds the test name to the context description and adds dedicated error reports into the CI pipeline. ## Motivation and additional information Tracing down...

**Describe your setup** Working on https://github.com/precice/tutorials/pull/79, I hit a segfault in preCICE after changing my setup. Operating system : _Ubuntu 18.04_ preCICE Version: v2.0.2-68-g311882b8 in debug mode I use the...

bug
configuration