# Discrete least-squares finite element methods

**Authors:** Brendan Keith, Socratis Petrides, Federico Fuentes, and Leszek, Demkowicz

arXiv: 1705.02078 · 2017-12-08

## TL;DR

This paper introduces a finite element method for boundary value problems that discretizes differential operators and a Riesz map, offering two approaches for solving the resulting overdetermined linear systems with distinct advantages.

## Contribution

It presents a novel finite element methodology involving discretization of both the differential operator and Riesz map, along with detailed algorithms for solving the resulting overdetermined systems.

## Key findings

- Normal equation approach is faster and requires less storage.
- Orthogonalization reduces condition number and improves stability.
- Method effectively solves Poisson's equation and linear acoustics problems.

## Abstract

A finite element methodology for large classes of variational boundary value problems is defined which involves discretizing two linear operators: (1) the differential operator defining the spatial boundary value problem; and (2) a Riesz map on the test space. The resulting linear system is overdetermined. Two different approaches for solving the system are suggested (although others are discussed): (1) solving the associated normal equation with linear solvers for symmetric positive-definite systems (e.g. Cholesky factorization); and (2) solving the overdetermined system with orthogonalization algorithms (e.g. QR factorization). The finite element assembly algorithm for each of these approaches is described in detail. The normal equation approach is usually faster for direct solvers and requires less storage. The second approach reduces the condition number of the system by a power of two and is less sensitive to round-off error. The rectangular stiffness matrix of second approach is demonstrated to have condition number $\mathcal{O}(h^{-1})$ for a variety of formulations of Poisson's equation. The stiffness matrix from the normal equation approach is demonstrated to be related to the monolithic stiffness matrices of least-squares finite element methods and it is proved that the two are identical in some cases. An example with Poisson's equation indicates that the solutions of these two different linear systems can be nearly indistinguishable (if round-off error is not an issue) and rapidly converge to each other. The orthogonalization approach is suggested to be beneficial for problems which induce poorly conditioned linear systems. Experiments with Poisson's equation in single-precision arithmetic as well as the linear acoustics problem near resonance in double-precision arithmetic verify this conclusion.

## Full text

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

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1705.02078/full.md

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