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 Methods For Time Dependent EquationsNumerical Methods For Time Dependent Equations
by - Tata Institute of Fundamental Research
The solution of time dependent equations of hydrodynamics is a subject of great importance. This book is mainly concentrated on the study of the stability of the various schemes. We have considered only the stability for linearized problems.
(11637 views)
Book cover: Numerical Methods for Large Eigenvalue ProblemsNumerical Methods for Large Eigenvalue Problems
by
A comprehensive guide to computational techniques for finding eigenvalues and eigenvectors of large matrices. It emphasizes practical algorithms and software development, particularly for sparse matrices. The book covers background theory ...
(1754 views)
Book cover: Fundamental Numerical Methods and Data AnalysisFundamental Numerical Methods and Data Analysis
by - NASA ADS
'Fundamental Numerical Methods and Data Analysis' can serve as the basis for a wide range of courses that discuss numerical methods used in science. The author provides examples of the more difficult algorithms integrated into the text.
(19973 views)
Book cover: Parallel Spectral Numerical MethodsParallel Spectral Numerical Methods
by - Wikibooks
We start with finite-precision arithmetic. We then discuss how to solve ordinary differential equations and partial differential equations using the technique of separation of variables. We then introduce numerical time-stepping schemes...
(10465 views)