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: Lectures on The Finite Element MethodLectures on The Finite Element Method
by - Tata Institute of Fundamental Research
Our basic aim has been to present some of the mathematical aspects of the finite element method, as well as some applications of the finite element method for solving problems in Elasticity. This is why some important topics are not covered here.
(10618 views)
Book cover: Numerical Methods Course NotesNumerical Methods Course Notes
by - University of California at San Diego
From the table of contents: A 'Crash' Course in octave/Matlab; Solving Linear Systems; Finding Roots; Interpolation; Spline Interpolation; Approximating Derivatives; Integrals and Quadrature; Least Squares; Ordinary Differential Equations.
(15515 views)
Book cover: Numerical Recipes in Fortran 90Numerical Recipes in Fortran 90
by - Cambridge University Press
Numerical Recipes in Fortran 90 contains a detailed introduction to the Fortran 90 language and to the basic concepts of parallel programming, plus source code for all routines from the second edition of Numerical Recipes.
(18771 views)
Book cover: Introduction to Fortran 95 and Numerical ComputingIntroduction to Fortran 95 and Numerical Computing
by - Virginia Tech
Contents: a quick tour of fortran 95; the building blocks of a fortran application; flow control; computer arithmetic; applications; intrinsic functions; input and output; arrays; more on procedures; parametrized intrinsic types; derived types; etc.
(13099 views)