Boris Martin

Results 11 issues of Boris Martin

## Main changes of this PR Added a 3D test with a triangle in the plane z = 0 and a point above it. `getClosestTriangles` should return a match with...

bug

## Main changes of this PR Followup of https://github.com/precice/precice/pull/1342. Added a new constraint, `scaled-consistent-volume`that is similar to regular scaled-consistent but computes a different kind of integrals. (More tests incoming) ##...

enhancement
breaking change

**Please describe the problem you are trying to solve.** Connectivity requirement is currently internally defined as either "Vertices" or "Full" (meaning "connectivity is required). When not configured to Full, API...

## Main changes of this PR When doing nearest-projection (including the fall-back of linear cell interpolation), we check that the projection we use is closer than the nearest neighbor. If...

bug

**Please describe the problem you are trying to solve.** With https://github.com/precice/precice/pull/1317 and the use of volumetric coupling, at some point it will be necessary to implement a scaled-consistent mapping that...

enhancement
configuration

# Description of the case Added a new tutorial for partitioned advection-diffusion-reaction of chemical species in a incompressible fluid. - Fluid participant solves the NS equations and sends its velocity...

The dimensionless stiffness is supposed to be a function of material properties and inlet velocities. In terms of code, either the stiffness is computed from these, or it is fixed...

(Depends on #105 ) Fixes https://github.com/precice/calculix-adapter/issues/9. Essentially, checkpointing stores more data than previously (not only positions, but velocities and a few more things), because those additional fields must be stored...

To keep clean releases, I thought it might be wise to document somewhere how to maintain everything. In particular, explain how to upgrade to a new CCX version with detailed...

As of now, PaStiX is supported in a different Makefile. In the long run, we'd like to make it such that a unique Makefile (more maintainable ?) with a unique...

enhancement