Fast Parallel Direct Solvers for Coarse Grid Problems
โ Scribed by H.M Tufo; P.F Fischer
- Publisher
- Elsevier Science
- Year
- 2001
- Tongue
- English
- Weight
- 366 KB
- Volume
- 61
- Category
- Article
- ISSN
- 0743-7315
No coin nor oath required. For personal study only.
โฆ Synopsis
We have developed a fast direct solver for parallel solution of coarse grid problems, Ax=b, such as arise when domain decomposition or multigrid methods are applied to elliptic partial differential equations in d space dimensions. The approach is based on a (quasi-) sparse factorization of the inverse of A. If A is n_n and the number of processors is P, the algorithm requires O(n # log P) time for communication and O(n 1+# รP) time for computation, where ## d&1 d . The method is particularly suited to leading-edge multicomputer systems having thousands of processors. It achieves minimal message startup costs and substantially reduced message volume and arithmetic complexity compared with competing methods, which require O(n log P) time for communication and O(n 1+# ) or O(n 2 รP) time for computation. Timings on the Intel Paragon and ASCI-Red machines reflect these complexity estimates.
๐ SIMILAR VOLUMES
A nested multi-grid solution algorithm has been developed for an adaptive Cartesian/Quad grid viscous flow solver. Body-fitted adaptive Quad (quadrilateral) grids are generated around solid bodies through 'surface extrusion'. The Quad grids are then overlapped with an adaptive Cartesian grid. Quadtr