# A non-iterative method for robustly computing the intersections between   a line and a curve or surface

**Authors:** Xiao Xiao, Laurent Buse, Fehmi Cirak

arXiv: 1902.01814 · 2020-11-09

## TL;DR

This paper presents a robust, non-iterative linear algebra-based method for computing intersections between lines and high-order curves or surfaces, improving reliability over traditional iterative approaches.

## Contribution

The paper introduces a novel, non-iterative intersection computation method using SVD and eigenvalue problems, simplifying implementation and increasing robustness for high-order finite element applications.

## Key findings

- The method determines all intersection points in a single step.
- It is more robust than Newton-Raphson iteration.
- The approach is applicable to high-order finite elements.

## Abstract

The need to compute the intersections between a line and a high-order curve or surface arises in a large number of finite element applications. Such intersection problems are easy to formulate but hard to solve robustly. We introduce a non-iterative method for computing intersections by solving a matrix singular value decomposition (SVD) and an eigenvalue problem. That is, all intersection points and their parametric coordinates are determined in one-shot using only standard linear algebra techniques available in most software libraries. As a result, the introduced technique is far more robust than the widely used Newton-Raphson iteration or its variants. The maximum size of the considered matrices depends on the polynomial degree $q$ of the shape functions and is $2q \times 3q$ for curves and $6 q^2 \times 8 q^2$ for surfaces. The method has its origin in algebraic geometry and has here been considerably simplified with a view to widely used high-order finite elements. In addition, the method is derived from a purely linear algebra perspective without resorting to algebraic geometry terminology. A complete implementation is available from http://bitbucket.org/nitro-project/.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.01814/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1902.01814/full.md

## References

14 references — full list in the complete paper: https://tomesphere.com/paper/1902.01814/full.md

---
Source: https://tomesphere.com/paper/1902.01814