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: 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.
(14729 views)
Book cover: Numerical Methods for Large Eigenvalue ProblemsNumerical Methods for Large Eigenvalue Problems
by - SIAM
This book discusses numerical methods for computing eigenvalues and eigenvectors of large sparse matrices. It provides an in-depth view of the numerical methods for solving matrix eigenvalue problems that arise in various engineering applications.
(14637 views)
Book cover: Numerical Analysis for EngineeringNumerical Analysis for Engineering
by - University of Waterloo
Contents: Error Analysis, Numeric Representation, Iteration, Linear Algebra, Interpolation, Least Squares, Taylor Series, Bracketing, The Five Techniques, Root Finding, Optimization, Differentiation, Integration, Initial-value Problems, etc.
(13998 views)
Book cover: Introduction to Numerical MethodsIntroduction to Numerical Methods
by - The Hong Kong University
This is primarily for non-mathematics majors and is required by several engineering departments. Contents: IEEE Arithmetic; Root Finding; Systems of equations; Least-squares approximation; Interpolation; Integration; Ordinary differential equations.
(9166 views)