Numerical Solution of Partial Differential Equations on Parallel Computers

Numerical Solution of Partial Differential Equations on Parallel Computers
Author: Are Magnus Bruaset
Publisher: Springer Science & Business Media
Total Pages: 491
Release: 2006-03-05
Genre: Mathematics
ISBN: 3540316191

Since the dawn of computing, the quest for a better understanding of Nature has been a driving force for technological development. Groundbreaking achievements by great scientists have paved the way from the abacus to the supercomputing power of today. When trying to replicate Nature in the computer’s silicon test tube, there is need for precise and computable process descriptions. The scienti?c ?elds of Ma- ematics and Physics provide a powerful vehicle for such descriptions in terms of Partial Differential Equations (PDEs). Formulated as such equations, physical laws can become subject to computational and analytical studies. In the computational setting, the equations can be discreti ed for ef?cient solution on a computer, leading to valuable tools for simulation of natural and man-made processes. Numerical so- tion of PDE-based mathematical models has been an important research topic over centuries, and will remain so for centuries to come. In the context of computer-based simulations, the quality of the computed results is directly connected to the model’s complexity and the number of data points used for the computations. Therefore, computational scientists tend to ?ll even the largest and most powerful computers they can get access to, either by increasing the si e of the data sets, or by introducing new model terms that make the simulations more realistic, or a combination of both. Today, many important simulation problems can not be solved by one single computer, but calls for parallel computing.

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

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.

Domain Decomposition

Domain Decomposition
Author: Barry Smith
Publisher: Cambridge University Press
Total Pages: 244
Release: 2004-03-25
Genre: Computers
ISBN: 9780521602860

Presents an easy-to-read discussion of domain decomposition algorithms, their implementation and analysis. Ideal for graduate students about to embark on a career in computational science. It will also be a valuable resource for all those interested in parallel computing and numerical computational methods.

A Tutorial on Elliptic PDE Solvers and Their Parallelization

A Tutorial on Elliptic PDE Solvers and Their Parallelization
Author: Craig C. Douglas
Publisher: SIAM
Total Pages: 153
Release: 2003-01-01
Genre: Technology & Engineering
ISBN: 9780898718171

This compact yet thorough tutorial is the perfect introduction to the basic concepts of solving partial differential equations (PDEs) using parallel numerical methods. In just eight short chapters, the authors provide readers with enough basic knowledge of PDEs, discretization methods, solution techniques, parallel computers, parallel programming, and the run-time behavior of parallel algorithms to allow them to understand, develop, and implement parallel PDE solvers. Examples throughout the book are intentionally kept simple so that the parallelization strategies are not dominated by technical details.

Solution of Partial Differential Equations on Vector and Parallel Computers

Solution of Partial Differential Equations on Vector and Parallel Computers
Author: James M. Ortega
Publisher: SIAM
Total Pages: 100
Release: 1985-01-01
Genre: Mathematics
ISBN: 9781611971774

This volume reviews, in the context of partial differential equations, algorithm development that has been specifically aimed at computers that exhibit some form of parallelism. Emphasis is on the solution of PDEs because these are typically the problems that generate high computational demands. The authors discuss architectural features of these computers insomuch as they influence algorithm performance, and provide insight into algorithm characteristics that allow effective use of hardware.

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

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.

Numerical Solution of Partial Differential Equations

Numerical Solution of Partial Differential Equations
Author: K. W. Morton
Publisher: Cambridge University Press
Total Pages: 287
Release: 2005-04-11
Genre: Mathematics
ISBN: 1139443208

This is the 2005 second edition of a highly successful and well-respected textbook on the numerical techniques used to solve partial differential equations arising from mathematical models in science, engineering and other fields. The authors maintain an emphasis on finite difference methods for simple but representative examples of parabolic, hyperbolic and elliptic equations from the first edition. However this is augmented by new sections on finite volume methods, modified equation analysis, symplectic integration schemes, convection-diffusion problems, multigrid, and conjugate gradient methods; and several sections, including that on the energy method of analysis, have been extensively rewritten to reflect modern developments. Already an excellent choice for students and teachers in mathematics, engineering and computer science departments, the revised text includes more latest theoretical and industrial developments.

Parallel and Sequential Methods for Ordinary Differential Equations

Parallel and Sequential Methods for Ordinary Differential Equations
Author: Kevin Burrage
Publisher: Oxford University Press on Demand
Total Pages: 446
Release: 1995
Genre: History
ISBN: 9780198534327

This book presents an up-to-date exposition of the current `state of the art' of numerical methods for solving ordinary differential equations in a parallel computing environment. Although the main focus is on problems of initial value type, consideration will also be given to boundary valueproblems and partial differential equations. Furthermore, because linear algebra is an important component of the solution of differential equations, a complete chapter is devoted to the parallel solution of linear systems of equations. In addition to presenting an overview of parallel computing ingeneral, two chapters are devoted to a summary of existing sequential differential equation methods. The parallel techniques discussed include parallelism across the method, parallelism across the step, parallelism across the system, and dynamic iteration. The book concludes with a chapter on thebehaviour of a parallel code based on waveform relaxation.This comprehensive book is unique in its content and provides a balance between theoretical and practical issues by providing general frameworks in which to study parallel methods.

Solving Partial Differential Equations on Parallel Computers

Solving Partial Differential Equations on Parallel Computers
Author: Jianping Zhu
Publisher: World Scientific
Total Pages: 284
Release: 1994
Genre: Computers
ISBN: 9789810215781

This is an introductory book on supercomputer applications written by a researcher who is working on solving scientific and engineering application problems on parallel computers. The book is intended to quickly bring researchers and graduate students working on numerical solutions of partial differential equations with various applications into the area of parallel processing.The book starts from the basic concepts of parallel processing, like speedup, efficiency and different parallel architectures, then introduces the most frequently used algorithms for solving PDEs on parallel computers, with practical examples. Finally, it discusses more advanced topics, including different scalability metrics, parallel time stepping algorithms and new architectures and heterogeneous computing networks which have emerged in the last few years of high performance computing. Hundreds of references are also included in the book to direct interested readers to more detailed and in-depth discussions of specific topics.

Computational Partial Differential Equations

Computational Partial Differential Equations
Author: Hans Petter Langtangen
Publisher: Springer Science & Business Media
Total Pages: 704
Release: 2013-04-17
Genre: Mathematics
ISBN: 3662011700

Targeted 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.