Logo

Solving PDEs in Python by Hans Petter Langtangen, Anders Logg

Large book cover: Solving PDEs in Python

Solving PDEs in Python
by

Publisher: Springer
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.

Home page url

Download or read it online for free here:
Download link
(multiple PDF files)

Similar books

Book cover: Numerical Analysis INumerical Analysis I
by - Rice University
This course takes a tour through many algorithms of numerical analysis. We aim to assess alternative methods based on efficiency, to discern well-posed problems from ill-posed ones, and to see these methods in action through computer implementation.
(14275 views)
Book cover: First Steps in Numerical AnalysisFirst Steps in Numerical Analysis
by
This book provides an excellent introduction to the elementary concepts and methods of numerical analysis for students meeting the subject for the first time. The subject matter is organized into fundamental topics and presented as a series of steps.
(15250 views)
Book cover: Templates for the Solution of Linear SystemsTemplates for the Solution of Linear Systems
by - Society for Industrial Mathematics
The book focuses on the use of iterative methods for solving large sparse systems of linear equations. General and reusable templates are introduced to meet the needs of both the traditional user and the high-performance specialist.
(16377 views)
Book cover: Notes on Numerical Linear AlgebraNotes on Numerical Linear Algebra
by
Tutorial describing many of the standard numerical methods used in Linear Algebra. Topics include Gaussian Elimination, LU and QR Factorizations, The Singular Value Decomposition, Eigenvalues and Eigenvectors via the QR Method, etc.
(14837 views)