Reading group - firedrakeproject/firedrake GitHub Wiki

Firedrake reading group

This ran for a bit over a year, we'd happily pick it up again if there is enough interest.

Past editions

2021-07-12 Colin Cotter leading Interpolating between Optimal Transport and MMD using Sinkhorn Divergences https://arxiv.org/abs/1810.08278

2021-06-21 Lawrence Mitchell leading A GenEO Domain Decomposition method for Saddle Point problems https://arxiv.org/abs/1911.01858

2021-06-14 Scott MacLachlan leading Textbook efficiency: massively parallel matrix-free multigrid for the Stokes system https://arxiv.org/abs/2010.13513

2021-05-10 Lawrence Mitchell leading Fast parallel solution of fully implicit Runge-Kutta and discontinuous Galerkin in time for numerical PDEs, Part II: nonlinearities and DAEs, Ben S. Southworth, Oliver Krzysik, Will Pazner https://arxiv.org/pdf/2101.01776.pdf the result is not quite as neat as the linear case (you do need all the stage vectors), but the results looked pretty good. Should again be implementable inside irksome.

2021-04-26 Lawrence Mitchell leading Fast parallel solution of fully implicit Runge-Kutta and discontinuous Galerkin in time for numerical PDEs, Part I: the linear setting, Ben S. Southworth, Oliver Krzysik, Will Pazner, Hans De Sterck https://arxiv.org/pdf/2101.00512.pdf might be reasonably be implementable as a PC inside irksome.

2021-04-12 & 2021-04-19 Alberto Paganini went through An overview on deep learning-based approximation methods for partial differential equations, Christian Beck, Martin Hutzenthaler, Arnulf Jentzen, and Benno Kuckuck https://arxiv.org/pdf/2012.12348.pdf This mathematical paper summarises known theorems about approximation of PDEs using neural networks. It also has a substantial bibliography with pointers to applications in many areas.

2021-03-15 Francis Aznaran went through Positivity-preserving methods for population models, Sergio Blanes, Arieh Iserles, Shev Macnamara https://arxiv.org/pdf/2102.08242.pdf it turns out to be quite tricky, approximations of operator exponentials and Padé approximations were at the forefront.

2021-03-08 Thomas Gibson and Jack Betteridge went through Multigrid preconditioners for the hybridized Discontinuous Galerkin discretisation of the shallow water equations, Jack D. Betteridge, Thomas H. Gibson, Ivan G. Graham, Eike H. Mueller https://arxiv.org/pdf/2004.09389.pdf

2021-02-22 Alexei Gazca went over Multilevel methods for nonuniformly elliptic operators, Long Chen, Ricardo H. Nochetto, Enrique Otarola, Abner J. Salgado https://arxiv.org/pdf/1403.4278. You can do fractional laplacians with one extra space dimension (should be able to do 3D+1 in Firedrake with a few additions in UFL for geometry terms).

2021-02-15 Matt Knepley went over Accurate Discretization Of Poroelasticity Without Darcy Stability -- Stokes-Biot Stability Revisited, Kent-Andre Mardal, Marie E. Rognes, Travis B. Thompson https://arxiv.org/pdf/2007.10012.pdf the headline message is that you can use more element pairs than you thought you could and still have a parameter-robust discretisation.

2021-02-01 Lawrence Mitchell went over Space-time block preconditioning for incompressible flow, Danieli, Southworth, Wathen https://arxiv.org/abs/2101.07003

2020-12-14 David Ham went over a proposal to properly add dual spaces in UFL, and the consequences thereof. Now available on the arxiv.

2020-12-07 Colin Cotter covered some of the (relatively new) developments in parallel in time stuff, going over the introduction to ParaDIAG from Martin Gander and friends.

2020-11-30 Florian Wechsung covered one paper on the new hotness of using neural nets for everything: Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, Anima Anandkumar, Fourier Neural Operator for Parametric Partial Differential Equations (2020)

2020-11-23 Florian Wechsung covered the (now sadly bitrotted) automated adaptivity that used to be implemented in Dolfin, described in Marie E. Rognes and Anders Logg, Automated Goal-Oriented Error Control I: Stationary Variational Problems (2013).

2020-11-09 Eder Medina went through Mardal and Winther, Preconditioning discretizations of systems of partial differential equations (2011).

2020-10-26 & 2020-11-02 Ioannis Papadopoulos talked us through the construction and analysis of the Stokes-Darcy element introduced in Mardal, Tai, and Winther, A robust finite element method for Darcy-Stokes flow (2002). (Available in Firedrake as FunctionSpace(triangular_mesh, "MTW", 3)).

2020-10-12 & 2020-10-19. Colin Cotter talked us through the main points of Demkowicz and Gopalakrishnan, An overview of the discontinuous Petrov Galerkin method (2014).

Summer 2020. We read through Joachim Schöberl's thesis on parameter-robust multigrid methods. Some notes are collected.

Autumn/Winter 2019. We read Doug Arnold's book on Finite Element Exterior Calculus.