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: Computing of the Complex Variable FunctionsComputing of the Complex Variable Functions
by - MiC
Hardware algorithms for computing of all elementary complex variable functions are proposed. Contents: A method 'digit-by-digit'; Decomposition; Compositions; Two-step-by-step operations; Taking the logarithm; Potentiation; and more.
(10362 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.
(14899 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.
(10147 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...
(9611 views)