Weighting the recursive spectral bisection algorithm for unstructured grids
Darryl Allen,Evi I. Dube,Garry Rodrigue +2 more
- 01 Dec 1995
- pp 643-644
TL;DR: When solving partial differential equations numerically on parallel computers it is desirable to decompose the domain on which the authors are solving the equations in such a way as to equalize the workload among the processors while minimizing the communication between them.
read more
Abstract: When solving partial differential equations numerically on parallel computers it is desirable to decompose the domain on which we are solving the equations in such a way as to equalize the workload among the processors while minimizing the communication between them. This is equivalent to finding a partition of the graph representing the calculation into equal subgraphs cutting as few edges as possible. One such algorithm in use is the recursive spectral bisection algorithm (RSB), (1) generate the Laplace matrix for the graph representing the dependencies between the calculation taking place at each vertex of the graph. (2) Compute the eigenvector corresponding to the smallest non-zero eigen-value, called the Fiedler vector. (3) Sort the vertices according to size of entries in the Fiedler vector. (4) Assign half the vertices into each subgraph.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
References
Partitioning of unstructured problems for parallel processing
TL;DR: Numerical comparisons on large-scale two- and three-dimensional problems demonstrate the superiority of the new spectral bisection algorithm.
884
The Chaco user`s guide. Version 1.0
B. Hendrickson,R. Leland +1 more
- 01 Nov 1993
TL;DR: The Chaco software package allows for recursive application of any of several different methods for finding small edge separators in weighted graphs, including inertial, spectral, Kernighan-Lin and multilevel methods in addition to several simpler strategies.