Finite Difference Computing with PDEs

Finite Difference Computing with PDEs
Author: Hans Petter Langtangen
Publisher: Springer
Total Pages: 522
Release: 2017-06-21
Genre: Computers
ISBN: 3319554565

Download Finite Difference Computing with PDEs Book in PDF, Epub and Kindle

This book is open access under a CC BY 4.0 license. This easy-to-read book introduces the basics of solving partial differential equations by means of finite difference methods. Unlike many of the traditional academic works on the topic, this book was written for practitioners. Accordingly, it especially addresses: the construction of finite difference schemes, formulation and implementation of algorithms, verification of implementations, analyses of physical behavior as implied by the numerical solutions, and how to apply the methods and software to solve problems in the fields of physics and biology.

Finite Difference Computing With PDEs

Finite Difference Computing With PDEs
Author: Hans Petter Langtangen
Publisher:
Total Pages: 520
Release: 2020-10-08
Genre: Computers
ISBN: 9781013268502

Download Finite Difference Computing With PDEs Book in PDF, Epub and Kindle

This easy-to-read book introduces the basics of solving partial differential equations by means of finite difference methods. Unlike many of the traditional academic works on the topic, this book was written for practitioners. Accordingly, it especially addresses: the construction of finite difference schemes, formulation and implementation of algorithms, verification of implementations, analyses of physical behavior as implied by the numerical solutions, and how to apply the methods and software to solve problems in the fields of physics and biology. This work was published by Saint Philip Street Press pursuant to a Creative Commons license permitting commercial use. All rights not granted by the work's license are retained by the author or authors.

Finite Difference Methods for Ordinary and Partial Differential Equations

Finite Difference Methods for Ordinary and Partial Differential Equations
Author: Randall J. LeVeque
Publisher: SIAM
Total Pages: 356
Release: 2007-01-01
Genre: Mathematics
ISBN: 9780898717839

Download Finite Difference Methods for Ordinary and Partial Differential Equations Book in PDF, Epub and Kindle

This book introduces finite difference methods for both ordinary differential equations (ODEs) and partial differential equations (PDEs) and discusses the similarities and differences between algorithm design and stability analysis for different types of equations. A unified view of stability theory for ODEs and PDEs is presented, and the interplay between ODE and PDE analysis is stressed. The text emphasizes standard classical methods, but several newer approaches also are introduced and are described in the context of simple motivating examples.

Numerical Solution of Partial Differential Equations by the Finite Element Method

Numerical Solution of Partial Differential Equations by the Finite Element Method
Author: Claes Johnson
Publisher: Courier Corporation
Total Pages: 290
Release: 2012-05-23
Genre: Mathematics
ISBN: 0486131599

Download Numerical Solution of Partial Differential Equations by the Finite Element Method Book in PDF, Epub and Kindle

An accessible introduction to the finite element method for solving numeric problems, this volume offers the keys to an important technique in computational mathematics. Suitable for advanced undergraduate and graduate courses, it outlines clear connections with applications and considers numerous examples from a variety of science- and engineering-related specialties.This text encompasses all varieties of the basic linear partial differential equations, including elliptic, parabolic and hyperbolic problems, as well as stationary and time-dependent problems. Additional topics include finite element methods for integral equations, an introduction to nonlinear problems, and considerations of unique developments of finite element techniques related to parabolic problems, including methods for automatic time step control. The relevant mathematics are expressed in non-technical terms whenever possible, in the interests of keeping the treatment accessible to a majority of students.

Numerical Partial Differential Equations: Finite Difference Methods

Numerical Partial Differential Equations: Finite Difference Methods
Author: J.W. Thomas
Publisher: Springer Science & Business Media
Total Pages: 451
Release: 2013-12-01
Genre: Mathematics
ISBN: 1489972781

Download Numerical Partial Differential Equations: Finite Difference Methods Book in PDF, Epub and Kindle

What makes this book stand out from the competition is that it is more computational. Once done with both volumes, readers will have the tools to attack a wider variety of problems than those worked out in the competitors' books. The author stresses the use of technology throughout the text, allowing students to utilize it as much as possible.

Finite Difference Computing with PDEs

Finite Difference Computing with PDEs
Author: Hans Petter Langtangen
Publisher: Springer
Total Pages: 610
Release: 2017-06-14
Genre: Computers
ISBN: 9783319554556

Download Finite Difference Computing with PDEs Book in PDF, Epub and Kindle

This easy-to-read book introduces the basics of solving partial differential equations by means of finite difference methods. Unlike many of the traditional academic works on the topic, this book was written for practitioners. Accordingly, it especially addresses: the construction of finite difference schemes, formulation and implementation of algorithms, verification of implementations, analyses of physical behavior as implied by the numerical solutions, and how to apply the methods and software to solve problems in the fields of physics and biology. This book is open access under a CC BY license.

Finite Difference Computing with Exponential Decay Models

Finite Difference Computing with Exponential Decay Models
Author: Hans Petter Langtangen
Publisher: Springer
Total Pages: 210
Release: 2016-06-10
Genre: Computers
ISBN: 3319294393

Download Finite Difference Computing with Exponential Decay Models Book in PDF, Epub and Kindle

This text provides a very simple, initial introduction to the complete scientific computing pipeline: models, discretization, algorithms, programming, verification, and visualization. The pedagogical strategy is to use one case study – an ordinary differential equation describing exponential decay processes – to illustrate fundamental concepts in mathematics and computer science. The book is easy to read and only requires a command of one-variable calculus and some very basic knowledge about computer programming. Contrary to similar texts on numerical methods and programming, this text has a much stronger focus on implementation and teaches testing and software engineering in particular.

Numerical Solution of Differential Equations

Numerical Solution of Differential Equations
Author: Zhilin Li
Publisher: Cambridge University Press
Total Pages: 305
Release: 2017-11-30
Genre: Mathematics
ISBN: 1107163226

Download Numerical Solution of Differential Equations Book in PDF, Epub and Kindle

A practical and concise guide to finite difference and finite element methods. Well-tested MATLAB® codes are available online.

PETSc for Partial Differential Equations: Numerical Solutions in C and Python

PETSc for Partial Differential Equations: Numerical Solutions in C and Python
Author: Ed Bueler
Publisher: SIAM
Total Pages: 407
Release: 2020-10-22
Genre: Mathematics
ISBN: 1611976316

Download PETSc for Partial Differential Equations: Numerical Solutions in C and Python Book in PDF, Epub and Kindle

The Portable, Extensible Toolkit for Scientific Computation (PETSc) is an open-source library of advanced data structures and methods for solving linear and nonlinear equations and for managing discretizations. This book uses these modern numerical tools to demonstrate how to solve nonlinear partial differential equations (PDEs) in parallel. It starts from key mathematical concepts, such as Krylov space methods, preconditioning, multigrid, and Newton’s method. In PETSc these components are composed at run time into fast solvers. Discretizations are introduced from the beginning, with an emphasis on finite difference and finite element methodologies. The example C programs of the first 12 chapters, listed on the inside front cover, solve (mostly) elliptic and parabolic PDE problems. Discretization leads to large, sparse, and generally nonlinear systems of algebraic equations. For such problems, mathematical solver concepts are explained and illustrated through the examples, with sufficient context to speed further development. PETSc for Partial Differential Equations addresses both discretizations and fast solvers for PDEs, emphasizing practice more than theory. Well-structured examples lead to run-time choices that result in high solver performance and parallel scalability. The last two chapters build on the reader’s understanding of fast solver concepts when applying the Firedrake Python finite element solver library. This textbook, the first to cover PETSc programming for nonlinear PDEs, provides an on-ramp for graduate students and researchers to a major area of high-performance computing for science and engineering. It is suitable as a supplement for courses in scientific computing or numerical methods for differential equations.