Skip to main content
Log in

Cache-Aware Multigrid Methods for Solving Poisson's Equation in Two Dimensions

  • Published:
Computing Aims and scope Submit manuscript

Abstract

Conventional implementations of iterative numerical algorithms, especially multigrid methods, merely reach a disappointing small percentage of the theoretically available CPU performance when applied to representative large problems. One of the most important reasons for this phenomenon is that the need for data locality due to poor main memory latency and limited bandwidth is entirely neglected by many developers designing numerical software. Only when most of the data to be accessed during the computation are found in the system cache (or in one of the caches if the machine architecture comprises a cache hierarchy) fast program execution can be expected. Otherwise, i.e. in case of a significant rate of cache misses, the processor must stay idle until the necessary operands are fetched from main memory, whose cycle time is in general extremely large compared to the time needed to execute a floating point instruction. In this paper, we describe program transformation techniques developed to improve the cache performance of two-dimensional multigrid algorithms. Although we merely consider the solution of Poisson's equation on the unit square using structured grids, our techniques provide valuable hints towards the efficient treatment of more general problems.

This is a preview of subscription content, log in via an institution to check access.

Access this article

Price excludes VAT (USA)
Tax calculation will be finalised during checkout.

Instant access to the full article PDF.

Institutional subscriptions

Similar content being viewed by others

Author information

Authors and Affiliations

Authors

Additional information

Received January 31, 1999; revised October 17, 1999

Rights and permissions

Reprints and permissions

About this article

Cite this article

Kowarschik, M., Rüde, U., Weiß, C. et al. Cache-Aware Multigrid Methods for Solving Poisson's Equation in Two Dimensions. Computing 64, 381–399 (2000). https://doi.org/10.1007/s006070070032

Download citation

  • Issue Date:

  • DOI: https://doi.org/10.1007/s006070070032

Navigation