Elisabeth Larsson (scientific computing)

Last updated

Elisabeth Larsson (born December 30, 1971) is a Swedish applied mathematician and numerical analyst. She is a professor in the Department of Information Technology of Uppsala University, and the director of the Uppsala Multidisciplinary Centre for Advanced Computational Science. [1]

Contents

Research

Larsson's research involves the applications of radial basis functions to scientific computing. It has included work on the propagation of sound waves through water, pricing of financial options, and simulation of the Earth's climate. [2]

Education and career

Larsson was born on December 30, 1971 [3] in Ljusdal, and went to high school in Ljusdal. [2] She earned a master's degree in engineering physics at Uppsala University in 1994, and completed a Ph.D. in numerical analysis at Uppsala University in 2000. Her dissertation was Domain Decomposition and Preconditioned Iterative Methods for the Helmholtz Equation. [3] Her doctorate was supervised by Kurt Otto, with Bengt Fornberg  [ fr ] as outside examiner. [4]

She became a junior researcher in the Department of Information Technology at Uppsala University in 2001, and an assistant professor in 2007. She was promoted to senior lecturer (associate professor) in 2011 and professor in 2020. [3]

Recognition

In 2007, Larsson was one of two winners of the Göran Gustafsson Award for outstanding young Swedish scientists. [2]

Related Research Articles

<span class="mw-page-title-main">Numerical analysis</span> Study of algorithms using numerical approximation

Numerical analysis is the study of algorithms that use numerical approximation for the problems of mathematical analysis. It is the study of numerical methods that attempt to find approximate solutions of problems rather than the exact ones. Numerical analysis finds application in all fields of engineering and the physical sciences, and in the 21st century also the life and social sciences, medicine, business and even the arts. Current growth in computing power has enabled the use of more complex numerical analysis, providing detailed and realistic mathematical models in science and engineering. Examples of numerical analysis include: ordinary differential equations as found in celestial mechanics, numerical linear algebra in data analysis, and stochastic differential equations and Markov chains for simulating living cells in medicine and biology.

Numerical methods for partial differential equations is the branch of numerical analysis that studies the numerical solution of partial differential equations (PDEs).

In numerical analysis, a multigrid method is an algorithm for solving differential equations using a hierarchy of discretizations. They are an example of a class of techniques called multiresolution methods, very useful in problems exhibiting multiple scales of behavior. For example, many basic relaxation methods exhibit different rates of convergence for short- and long-wavelength components, suggesting these different scales be treated differently, as in a Fourier analysis approach to multigrid. MG methods can be used as solvers as well as preconditioners.

Heinz-Otto Kreiss was a German mathematician in the fields of numerical analysis, applied mathematics, and what was the new area of computing in the early 1960s. Born in Hamburg, Germany, he earned his Ph.D. at Kungliga Tekniska Högskolan in 1959. Over the course of his long career, Kreiss wrote a number of books in addition to the purely academic journal articles he authored across several disciplines. He was professor at Uppsala University, California Institute of Technology and University of California, Los Angeles (UCLA). He was also a member of the Royal Swedish Academy of Sciences. At the time of his death, Kreiss was a Swedish citizen, living in Stockholm. He died in Stockholm in 2015, aged 85.

In numerical analysis, Stone's method, also known as the strongly implicit procedure or SIP, is an algorithm for solving a sparse linear system of equations. The method uses an incomplete LU decomposition, which approximates the exact LU decomposition, to get an iterative solution of the problem. The method is named after Harold S. Stone, who proposed it in 1968.

<span class="mw-page-title-main">Gene H. Golub</span> American mathematician

Gene Howard Golub, was an American numerical analyst who taught at Stanford University as Fletcher Jones Professor of Computer Science and held a courtesy appointment in electrical engineering.

In mathematics, in particular numerical analysis, the FETI method is an iterative substructuring method for solving systems of linear equations from the finite element method for the solution of elliptic partial differential equations, in particular in computational mechanics In each iteration, FETI requires the solution of a Neumann problem in each substructure and the solution of a coarse problem. The simplest version of FETI with no preconditioner in the substructure is scalable with the number of substructures but the condition number grows polynomially with the number of elements per substructure. FETI with a preconditioner consisting of the solution of a Dirichlet problem in each substructure is scalable with the number of substructures and its condition number grows only polylogarithmically with the number of elements per substructure. The coarse space in FETI consists of the nullspace on each substructure.

In numerical analysis, BDDC (balancing domain decomposition by constraints) is a domain decomposition method for solving large symmetric, positive definite systems of linear equations that arise from the finite element method. BDDC is used as a preconditioner to the conjugate gradient method. A specific version of BDDC is characterized by the choice of coarse degrees of freedom, which can be values at the corners of the subdomains, or averages over the edges or the faces of the interface between the subdomains. One application of the BDDC preconditioner then combines the solution of local problems on each subdomains with the solution of a global coarse problem with the coarse degrees of freedom as the unknowns. The local problems on different subdomains are completely independent of each other, so the method is suitable for parallel computing. With a proper choice of the coarse degrees of freedom (corners in 2D, corners plus edges or corners plus faces in 3D) and with regular subdomain shapes, the condition number of the method is bounded when increasing the number of subdomains, and it grows only very slowly with the number of elements per subdomain. Thus the number of iterations is bounded in the same way, and the method scales well with the problem size and the number of subdomains.

<span class="mw-page-title-main">Domain decomposition methods</span>

In mathematics, numerical analysis, and numerical partial differential equations, domain decomposition methods solve a boundary value problem by splitting it into smaller boundary value problems on subdomains and iterating to coordinate the solution between adjacent subdomains. A coarse problem with one or few unknowns per subdomain is used to further coordinate the solution between the subdomains globally. The problems on the subdomains are independent, which makes domain decomposition methods suitable for parallel computing. Domain decomposition methods are typically used as preconditioners for Krylov space iterative methods, such as the conjugate gradient method, GMRES, and LOBPCG.

In numerical analysis, the balancing domain decomposition method (BDD) is an iterative method to find the solution of a symmetric positive definite system of linear algebraic equations arising from the finite element method. In each iteration, it combines the solution of local problems on non-overlapping subdomains with a coarse problem created from the subdomain nullspaces. BDD requires only solution of subdomain problems rather than access to the matrices of those problems, so it is applicable to situations where only the solution operators are available, such as in oil reservoir simulation by mixed finite elements. In its original formulation, BDD performs well only for 2nd order problems, such elasticity in 2D and 3D. For 4th order problems, such as plate bending, it needs to be modified by adding to the coarse problem special basis functions that enforce continuity of the solution at subdomain corners, which makes it however more expensive. The BDDC method uses the same corner basis functions as, but in an additive rather than multiplicative fashion. The dual counterpart to BDD is FETI, which enforces the equality of the solution between the subdomain by Lagrange multipliers. The base versions of BDD and FETI are not mathematically equivalent, though a special version of FETI designed to be robust for hard problems has the same eigenvalues and thus essentially the same performance as BDD.

In mathematics, Neumann–Neumann methods are domain decomposition preconditioners named so because they solve a Neumann problem on each subdomain on both sides of the interface between the subdomains. Just like all domain decomposition methods, so that the number of iterations does not grow with the number of subdomains, Neumann–Neumann methods require the solution of a coarse problem to provide global communication. The balancing domain decomposition is a Neumann–Neumann method with a special kind of coarse problem.

<span class="mw-page-title-main">Jinchao Xu</span> American-Chinese mathematician (born 1961)

Jinchao Xu is an American-Chinese mathematician. He is currently the Verne M. Willaman Professor in the Department of Mathematics at the Pennsylvania State University, University Park. He is known for his work on multigrid methods, domain decomposition methods, finite element methods, and more recently deep neural networks.

In mathematics, a Poincaré–Steklov operator maps the values of one boundary condition of the solution of an elliptic partial differential equation in a domain to the values of another boundary condition. Usually, either of the boundary conditions determines the solution. Thus, a Poincaré–Steklov operator encapsulates the boundary response of the system modelled by the partial differential equation. When the partial differential equation is discretized, for example by finite elements or finite differences, the discretization of the Poincaré–Steklov operator is the Schur complement obtained by eliminating all degrees of freedom inside the domain.

<span class="mw-page-title-main">Andrei Knyazev (mathematician)</span> American mathematician

Andrew Knyazev is an American mathematician. He graduated from the Faculty of Computational Mathematics and Cybernetics of Moscow State University under the supervision of Evgenii Georgievich D'yakonov in 1981 and obtained his PhD in Numerical Mathematics at the Russian Academy of Sciences under the supervision of Vyacheslav Ivanovich Lebedev in 1985. He worked at the Kurchatov Institute between 1981–1983, and then to 1992 at the Marchuk Institute of Numerical Mathematics of the Russian Academy of Sciences, headed by Gury Marchuk.

Bertil Gustafsson is a Swedish applied mathematician and numerical analyst. He is currently a Professor emeritus in the Department of Information Technology at Uppsala University, Sweden. Gustafsson is known for his work in numerical methods for time-dependent partial differential equations and its applications in fluid dynamics. He is the G in GKS (Gustafsson–Kreiss–Sundstrom) theory for initial-boundary value problems which discusses the stability criterion for numerical approximations of initial–boundary value problems. Gustafsson has also authored a couple of books on the topic numerical methods applied to PDE.

<span class="mw-page-title-main">Svante Janson</span> Swedish mathematician

Carl Svante Janson is a Swedish mathematician. A member of the Royal Swedish Academy of Sciences since 1994, Janson has been the chaired professor of mathematics at Uppsala University since 1987.

Sara Zahedi is an Iranian-Swedish mathematician who works in computational fluid dynamics and holds an associate professorship in numerical analysis at the Royal Institute of Technology (KTH) in Sweden. She is one of ten winners and the only female winner of the European Mathematical Society Prize for 2016 "for her outstanding research regarding the development and analysis of numerical algorithms for partial differential equations with a focus on applications to problems with dynamically changing geometry". The topic of Zahedi's EMS Prize lecture was her recent research on the CutFEM method of solving fluid dynamics problems with changing boundary geometry, such as arise when simulating the dynamics of systems of two immiscible liquids. This method combines level set methods to represent the domain boundaries as cuts through an underlying uniform grid, together with numerical simulation techniques that can adapt to the complex geometries of grid cells cut by these boundaries.

Maria Falkenberg is a professor of medical biochemistry at the Sahlgrenska Academy of the University of Gothenburg, Sweden. She has made important contributions to understanding how the mitochondrial genome is maintained in health and disease.

Joseph E. Oliger was an American computer scientist and professor at Stanford University. Oliger was the co-founder of the Science in Computational and Mathematical Engineering degree program at Stanford, and served as the director of the Research Institute for Advanced Computer Science.

Gunilla Kreiss is a Swedish applied mathematician and numerical analyst specializing in level-set methods and numerical methods for partial differential equations, especially for problems arising in fluid dynamics including two-phase flow, shear flow, and Burgers' equation. She is professor of numerical analysis in the Department of Information Technology, Division of Scientific Computing at Uppsala University, and editor-in-chief of BIT Numerical Mathematics.

References

  1. "Elisabeth Larsson", University catalog, Uppsala University, 2015-08-14, retrieved 2019-01-27
  2. 1 2 3 Pristagare 2007 (in Swedish), Göran Gustafsson Stiftelse, archived from the original on 2016-04-15
  3. 1 2 3 Curriculum vitae, Uppsala University , retrieved 2019-01-27
  4. Larsson, Elisabeth (2000), "Domain Decomposition and Preconditioned Iterative Methods for the Helmholtz Equation", Uppsala University Publications, p. 1060, Bibcode:2000PhDT.......125L , retrieved 2019-01-27