Ferrite-FEM/Ferrite.jl

Add relative tolerance for point finder

Open

#1,180 opened on Apr 1, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Julia (109 forks)github user discovery
featuregood first issue

Repository metrics

Stars
 (439 stars)
PR merge metrics
 (Avg merge 15d 5h) (17 merged PRs in 30d)

Description

Currently the point finder does not take into account relative tolerances and the only convergence criterion is the absolute distance, which can yield weird convergence errors. We should add a relative tolerance to the convergence which takes into account the physical element size.

Contributor guide