A Multigrid Tutorial
Title | A Multigrid Tutorial PDF eBook |
Author | William L. Briggs |
Publisher | SIAM |
Pages | 318 |
Release | 2000-07-01 |
Genre | Mathematics |
ISBN | 9780898714623 |
Mathematics of Computing -- Numerical Analysis.
A Multigrid Tutorial
Title | A Multigrid Tutorial PDF eBook |
Author | William L. Briggs |
Publisher | SIAM |
Pages | 205 |
Release | 2000-01-01 |
Genre | Differential equations, Partial |
ISBN | 9780898719505 |
This second edition preserves the introductory spirit of the first edition while roughly doubling the amount of material covered. The topics of the first edition have been enhanced with additional discussion, new numerical experiments, and improved figures. New topics in the second edition include nonlinear equations, Neumann boundary conditions, variable mesh and variable coefficient problems, anisotropic problems, algebraic multigrid (AMG), adaptive methods, and finite elements. This introductory book is ideally suited as a companion textbook for graduate numerical analysis courses. It is written for computational mathematicians, engineers, and other scientists interested in learning about multigrid.
An Introduction to Multigrid Methods
Title | An Introduction to Multigrid Methods PDF eBook |
Author | Pieter Wesseling |
Publisher | R.T. Edwards, Inc. |
Pages | 300 |
Release | 2004 |
Genre | Mathematics |
ISBN |
Introduces the principles, techniques, applications and literature of multigrid methods. Aimed at an audience with non-mathematical but computing-intensive disciplines and basic knowledge of analysis, partial differential equations and numerical mathematics, it is packed with helpful exercises, examples and illustrations.
Solving PDEs in Python
Title | Solving PDEs in Python PDF eBook |
Author | Hans Petter Langtangen |
Publisher | Springer |
Pages | 152 |
Release | 2017-03-21 |
Genre | Computers |
ISBN | 3319524623 |
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. This book is open access under a CC BY license.
Multigrid Techniques
Title | Multigrid Techniques PDF eBook |
Author | Achi Brandt |
Publisher | SIAM |
Pages | 239 |
Release | 2011-01-01 |
Genre | Mathematics |
ISBN | 9781611970753 |
This classic text presents the best practices of developing multigrid solvers for large-scale computational problems in science and engineering. By representing a problem at multiple scales and employing suitable interscale interactions, multigrid avoids slowdown due to stiffness and reduces the computational cost of classical algorithms by orders of magnitude. Starting from simple examples, this book guides the reader through practical stages for developing reliable multigrid solvers, methodically supported by accurate performance predictors. The revised edition presents discretization and fast solution of linear and nonlinear partial differential systems; treatment of boundary conditions, global constraints and singularities; grid adaptation, high-order approximations, and system design optimization; applications to fluid dynamics, from simple models to advanced systems; new quantitative performance predictors, a MATLAB sample code, and more. Readers will also gain access to the Multigrid Guide 2.0 Web site, where updates and new developments will be continually posted, including a chapter on Algebraic Multigrid.
A Tutorial on Elliptic PDE Solvers and Their Parallelization
Title | A Tutorial on Elliptic PDE Solvers and Their Parallelization PDF eBook |
Author | Craig C. Douglas |
Publisher | SIAM |
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.
Multi-Grid Methods and Applications
Title | Multi-Grid Methods and Applications PDF eBook |
Author | Wolfgang Hackbusch |
Publisher | Springer Science & Business Media |
Pages | 391 |
Release | 2013-03-09 |
Genre | Mathematics |
ISBN | 3662024276 |
Multi-grid methods are the most efficient tools for solving elliptic boundary value problems. The reader finds here an elementary introduction to multi-grid algorithms as well as a comprehensive convergence analysis. One section describes special applications (convection-diffusion equations, singular perturbation problems, eigenvalue problems, etc.). The book also contains a complete presentation of the multi-grid method of the second kind, which has important applications to integral equations (e.g. the "panel method") and to numerous other problems. Readers with a practical interest in multi-grid methods will benefit from this book as well as readers with a more theoretical interest.