Nested dissection

Nested dissection

In numerical analysis, nested dissection is a divide and conquer heuristic for the solution of sparse symmetric systems of linear equations based on graph partitioning. Nested dissection was introduced by George (1973); the name was suggested by Garrett Birkhoff.[1]

Nested dissection consists of the following steps:

  • Form an undirected graph in which the vertices represent rows and columns of the system of linear equations, and an edge represents a nonzero entry in the sparse matrix representing the system.
  • Recursively partition the graph into subgraphs using separators, small subsets of vertices the removal of which allows the graph to be partitioned into subgraphs with at most a constant fraction of the number of vertices.
  • Perform Cholesky decomposition (a variant of Gaussian elimination for symmetric matrices), ordering the elimination of the variables by the recursive structure of the partition: each of the two subgraphs formed by removing the separator is eliminated first, and then the separator vertices are eliminated.

As a consequence of this algorithm, the fill-in (the set of nonzero matrix entries created in the Cholesky decomposition that are not part of the input matrix structure) is limited to at most the square of the separator size at each level of the recursive partition. In particular, for planar graphs (frequently arising in the solution of sparse linear systems derived from two-dimensional finite element method meshes) the resulting matrix has O(n log n) nonzeros, due to the planar separator theorem guaranteeing separators of size O(√n).[2] For arbitrary graphs there is a nested dissection that guarantees fill-in within a logarithmic factor of optimal, but this method is not guaranteed to achieve optimal fill-in and finding the optimal dissection is not a solved problem.[3]

See also

  • Cycle rank of a graph, or a symmetric Boolean matrix, measures the minimum parallel time needed to perform Cholesky decomposition
  • Vertex separator

Notes

References


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Cycle rank — In graph theory, the cycle rank of a directed graph is a digraph connectivity measure proposed first by Eggan and Büchi (Eggan 1963). Intuitively, this concept measures how close a digraph is to a directed acyclic graph (DAG), in the sense that a …   Wikipedia

  • Animal testing — A white Wistar lab rat Description Around 50–100 million vertebrate animals are used in experiments annually. Subjects Animal testing, scien …   Wikipedia

  • Gold standard (test) — For other uses, see Gold standard (disambiguation). In medicine and statistics, gold standard test refers to a diagnostic test or benchmark that is the best available under reasonable conditions. It does not have to be necessarily the best… …   Wikipedia

  • Cancer De L'estomac — Cancer de l’estomac Cancer de l estomac Classification et ressources externes CIM 10 C16 CIM 9 151 Le cancer de l estomac est une forme de cancer se développant aux dépens des tissus de l estomac. Par définition, l adénocarcinome gastrique est un …   Wikipédia en Français

  • Cancer de l'estomac — Cancer de l’estomac Cancer de l estomac Classification et ressources externes CIM 10 C16 CIM 9 151 Le cancer de l estomac est une forme de cancer se développant aux dépens des tissus de l estomac. Par définition, l adénocarcinome gastrique est un …   Wikipédia en Français

  • Cancer de l’estomac — Cancer de l estomac Classification et ressources externes Un ulcère de l estomac suspect diagnostiqué cancereux à la biopsie et opéré. Pièce opératoire …   Wikipédia en Français

  • Urmuz — Demetru Dem. Demetrescu Buzău Urmuz, circa 1920, photographer unknown Born March 17, 1883 Curtea de Argeş Died November 23, 1923(1923 11 23 …   Wikipedia

  • Long non-coding RNA — Long noncoding RNAs (long ncRNAs) are generally considered (somewhat arbitrarily) as non protein coding transcripts longer than 200 nucleotides. This limit is due to practical considerations including the separation of RNAs in common experimental …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”