Numerical Solution of Partial Differential Equations: Theory, Tools and Case Studies
Author: Dr. D. P. Laurie
Publisher: Birkhäuser
Published: 2013-11-21
Total Pages: 342
ISBN-13: 3034862628
DOWNLOAD EBOOKRead and Download eBook Full
Author: Dr. D. P. Laurie
Publisher: Birkhäuser
Published: 2013-11-21
Total Pages: 342
ISBN-13: 3034862628
DOWNLOAD EBOOKAuthor: Ed Bueler
Publisher: SIAM
Published: 2020-10-22
Total Pages: 407
ISBN-13: 1611976316
DOWNLOAD EBOOKThe 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.
Author: Randall J. LeVeque
Publisher: SIAM
Published: 2007-01-01
Total Pages: 356
ISBN-13: 9780898717839
DOWNLOAD EBOOKThis 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.
Author: Mark S. Gockenbach
Publisher: SIAM
Published: 2010-12-02
Total Pages: 665
ISBN-13: 0898719356
DOWNLOAD EBOOKA fresh, forward-looking undergraduate textbook that treats the finite element method and classical Fourier series method with equal emphasis.
Author: Walter A. Strauss
Publisher: John Wiley & Sons
Published: 2007-12-21
Total Pages: 467
ISBN-13: 0470054565
DOWNLOAD EBOOKOur understanding of the fundamental processes of the natural world is based to a large extent on partial differential equations (PDEs). The second edition of Partial Differential Equations provides an introduction to the basic properties of PDEs and the ideas and techniques that have proven useful in analyzing them. It provides the student a broad perspective on the subject, illustrates the incredibly rich variety of phenomena encompassed by it, and imparts a working knowledge of the most important techniques of analysis of the solutions of the equations. In this book mathematical jargon is minimized. Our focus is on the three most classical PDEs: the wave, heat and Laplace equations. Advanced concepts are introduced frequently but with the least possible technicalities. The book is flexibly designed for juniors, seniors or beginning graduate students in science, engineering or mathematics.
Author: Dianne P. O'Leary
Publisher: SIAM
Published: 2009-03-19
Total Pages: 376
ISBN-13: 0898716667
DOWNLOAD EBOOKThis book is a practical guide to the numerical solution of linear and nonlinear equations, differential equations, optimization problems, and eigenvalue problems. It treats standard problems and introduces important variants such as sparse systems, differential-algebraic equations, constrained optimization, Monte Carlo simulations, and parametric studies. Stability and error analysis are emphasized, and the Matlab algorithms are grounded in sound principles of software design and understanding of machine arithmetic and memory management. Nineteen case studies provide experience in mathematical modeling and algorithm design, motivated by problems in physics, engineering, epidemiology, chemistry, and biology. The topics included go well beyond the standard first-course syllabus, introducing important problems such as differential-algebraic equations and conic optimization problems, and important solution techniques such as continuation methods. The case studies cover a wide variety of fascinating applications, from modeling the spread of an epidemic to determining truss configurations.
Author: Uri M. Ascher
Publisher: SIAM
Published: 1994-12-01
Total Pages: 620
ISBN-13: 9781611971231
DOWNLOAD EBOOKThis book is the most comprehensive, up-to-date account of the popular numerical methods for solving boundary value problems in ordinary differential equations. It aims at a thorough understanding of the field by giving an in-depth analysis of the numerical methods by using decoupling principles. Numerous exercises and real-world examples are used throughout to demonstrate the methods and the theory. Although first published in 1988, this republication remains the most comprehensive theoretical coverage of the subject matter, not available elsewhere in one volume. Many problems, arising in a wide variety of application areas, give rise to mathematical models which form boundary value problems for ordinary differential equations. These problems rarely have a closed form solution, and computer simulation is typically used to obtain their approximate solution. This book discusses methods to carry out such computer simulations in a robust, efficient, and reliable manner.
Author: Hans Petter Langtangen
Publisher: Springer Science & Business Media
Published: 2013-04-17
Total Pages: 704
ISBN-13: 3662011700
DOWNLOAD EBOOKTargeted at students and researchers in computational sciences who need to develop computer codes for solving PDEs, the exposition here is focused on numerics and software related to mathematical models in solid and fluid mechanics. The book teaches finite element methods, and basic finite difference methods from a computational point of view, with the main emphasis on developing flexible computer programs, using the numerical library Diffpack. Diffpack is explained in detail for problems including model equations in applied mathematics, heat transfer, elasticity, and viscous fluid flow. All the program examples, as well as Diffpack for use with this book, are available on the Internet. XXXXXXX NEUER TEXT This book is for researchers who need to develop computer code for solving PDEs. Numerical methods and the application of Diffpack are explained in detail. Diffpack is a modern C++ development environment that is widely used by industrial scientists and engineers working in areas such as oil exploration, groundwater modeling, and materials testing. All the program examples, as well as a test version of Diffpack, are available for free over the Internet.
Author: K. E. Brenan
Publisher: SIAM
Published: 1996-01-01
Total Pages: 268
ISBN-13: 9781611971224
DOWNLOAD EBOOKMany physical problems are most naturally described by systems of differential and algebraic equations. This book describes some of the places where differential-algebraic equations (DAE's) occur. The basic mathematical theory for these equations is developed and numerical methods are presented and analyzed. Examples drawn from a variety of applications are used to motivate and illustrate the concepts and techniques. This classic edition, originally published in 1989, is the only general DAE book available. It not only develops guidelines for choosing different numerical methods, it is the first book to discuss DAE codes, including the popular DASSL code. An extensive discussion of backward differentiation formulas details why they have emerged as the most popular and best understood class of linear multistep methods for general DAE's. New to this edition is a chapter that brings the discussion of DAE software up to date. The objective of this monograph is to advance and consolidate the existing research results for the numerical solution of DAE's. The authors present results on the analysis of numerical methods, and also show how these results are relevant for the solution of problems from applications. They develop guidelines for problem formulation and effective use of the available mathematical software and provide extensive references for further study.
Author: Uri M. Ascher
Publisher: SIAM
Published: 2008-09-04
Total Pages: 403
ISBN-13: 0898716527
DOWNLOAD EBOOKDevelops, analyses, and applies numerical methods for evolutionary, or time-dependent, differential problems.