Solving PDEs in Python
by Hans Petter Langtangen, Anders Logg
Publisher: Springer 2017
Number of pages: 148
Description:
This book offers a concise and gentle introduction to finite element programming in Python based on the popular FEniCS software library. Using a series of examples, including the Poisson equation, the equations of linear elasticity, the incompressible Navier-Stokes equations, and systems of nonlinear advection-diffusion-reaction equations, it guides readers through the essential steps to quickly solving a PDE in FEniCS, such as how to define a finite variational problem, how to set boundary conditions, how to solve linear and nonlinear systems, and how to visualize solutions and structure finite element Python programs.
Download or read it online for free here:
Download link
(multiple PDF files)
Similar books

by Leon Q. Brin - Southern Connecticut State University
A one semester introduction to numerical analysis. Includes typical introductory material, root finding, numerical calculus, and interpolation techniques. The focus is on the mathematics rather than application to engineering or sciences.
(8593 views)

by M. Holst, M. Licht - arXiv.org
We present a new technique to apply finite element methods to partial differential equations over curved domains. Bramble-Hilbert lemma is key in harnessing regularity in the physical problem to prove finite element convergence rates for the problem.
(4792 views)

by R. Glowinski - Tata Institute of Fundamental Research
Many physics problems have variational formulations making them appropriate for numerical treatment. This book describes the mathematical background and reviews the techniques for solving problems, including those that require large computations.
(9963 views)

by Dennis Deturck, Herbert S. Wilf - University of Pennsylvania
Contents: Differential and Difference Equations (Linear equations with constant coefficients, Difference equations, Stability theory); The Numerical Solution of Differential Equations (Euler's method); Numerical linear algebra.
(11279 views)