ufz / ogs5

OpenGeoSys THM/C simulator version 5
https://www.opengeosys.org/ogs-5
Other
39 stars 97 forks source link

Bugfix of the automatic calculation of the search radius. #85

Closed Thomas-TK closed 6 years ago

Thomas-TK commented 7 years ago

Bugfix for the calculation of the search radius. Separate pull request for this small change because it makes some benchmarks test fail. These benchmarks must be corrected.

wenqing commented 7 years ago

Some benchmarks failed. It seems the function of MeshNodesAlongPolyline::MeshNodesAlongPolyline does not work well for curves. Looking for the reason.

Thomas-TK commented 7 years ago

requires further debugging since this pull request reveals some bugs within some benchmark files: E.g. 3 additional rows of nodes are selected as BC-Points beside a Polyline. After the bugfix that should be only the points exactly on the polyline. However, it still find one additional point beside. I will take care of this.