KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
991 stars 244 forks source link

[Core] Adding max radius search coefficient in `GeometricalObjectsBins` for `SearchNearest` #12359

Closed loumalouomega closed 2 months ago

loumalouomega commented 2 months ago

📝 Description

I found that in some corner cases where geometry exactly on the BB you can get empty result in search nearest (literally a corner case). With this coefficient it is possible to resize the BB max radius.

🆕 Changelog

loumalouomega commented 2 months ago

I just realized that the normals were not aligned consistently