𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

A tutorial on elliptic PDE solvers and their parallelization

✍ Scribed by Craig C. Douglas, Gundolf Haase, Ulrich Langer


Publisher
Society for Industrial and Applied Mathematics
Year
2003
Tongue
English
Leaves
154
Series
Software, environments, tools
Edition
illustrated edition
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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.

A Tutorial on Elliptic PDE Solvers and Their Parallelization is a valuable aid for learning about the possible errors and bottlenecks in parallel computing. One of the highlights of the tutorial is that the course material can run on a laptop, not just on a parallel computer or cluster of PCs, thus allowing readers to experience their first successes in parallel computing in a relatively short amount of time.

Audience This tutorial is intended for advanced undergraduate and graduate students in computational sciences and engineering; however, it may also be helpful to professionals who use PDE-based parallel computer simulations in the field.

Contents List of figures; List of algorithms; Abbreviations and notation; Preface; Chapter 1: Introduction; Chapter 2: A simple example; Chapter 3: Introduction to parallelism; Chapter 4: Galerkin finite element discretization of elliptic partial differential equations; Chapter 5: Basic numerical routines in parallel; Chapter 6: Classical solvers; Chapter 7: Multigrid methods; Chapter 8: Problems not addressed in this book; Appendix: Internet addresses; Bibliography; Index.


πŸ“œ SIMILAR VOLUMES


Algorithms for Elliptic Problems: Effici
✍ MariΓ‘n VajterΕ‘ic (auth.) πŸ“‚ Library πŸ“… 1993 πŸ› Springer Netherlands 🌐 English

This volume deals with problems of modern effective algorithms for the numerical solution of the most frequently occurring elliptic partial differential equations. From the point of view of implementation, attention is paid to algorithms for both classical sequential and parallel computer systems. <

Domain decomposition: parallel multileve
✍ Barry Smith, Petter Bjorstad, William Gropp πŸ“‚ Library πŸ“… 2004 πŸ› Cambridge University Press 🌐 English

This book presents an easy-to-read discussion of domain decomposition algorithms, their implementation and analysis. The authors carefully explain the relationship between domain decomposition and multigrid methods at an elementary level, and they discuss the implementation of domain decomposition m