Journal Article10.1137/0714011
Numerical Experiments Using Dissection Methods to Solve n by n Grid Problems
60
TL;DR: This paper describes how these orderings for Gaussian elimination can be implemented In an efficient manner and provides numerical experiments which show that the execution times of these programs properly reflects the arithmetic operation counts.
read more
Abstract: Recently the author has proposed two theoretically efficient orderings for Gaussian elimination when it is applied to systems of $n^2 $ linear equations arising in connection with the use of finite element methods on an n by n grid [6], [7]. These are efficient in the sense that if zeros are exploited, the amount of arithmetic required is $O(n^3 )$ or $O(n^{{7 / 2}} )$, compared to $O(n^4 )$ if the usual row by row numbering scheme is used. Similarly, the amount of fill suffered is $O(n^2 \log _2 n)$ and $O(n^{{5 / 2}} )$ compared to $O(n^3 )$. These comparisons ignored differences in the program and data structure complexity required to exploit the zeros for the different orderings. In this paper the author describes how these orderings can be implemented In an efficient manner and provides numerical experiments which show that the execution times of these programs properly reflects the arithmetic operation counts.
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
Citations
•Book
Solution of Partial Differential Equations on Vector and Parallel Computers
James M. Ortega,Robert G. Voigt +1 more
- 01 Jan 1987
TL;DR: The intent is to point out attractive methods as well as areas where this class of computer architecture cannot be fully utilized because of either hardware restrictions or the lack of adequate algorithms.
A survey of direct methods for sparse linear systems
TL;DR: The goal of this survey article is to impart a working knowledge of the underlying theory and practice of sparse direct methods for solving linear systems and least-squares problems, and to provide an overview of the algorithms, data structures, and software available to solve these problems.
254
A New Implementation of Sparse Gaussian Elimination
TL;DR: An implementation of sparse ${LDL}^T$ and LU factorization and back-substitution, based on a new scheme for storing sparse matrices, is presented and appears to be as efficient in terms of work and storage as existing schemes.
227
Substructuring techniques—status and projections
TL;DR: Status and recent developments of substructuring techniques and their application to structural analysis and design are summarized and the potential benefits of using such techniques with new computing hardware such as CDC STAR-100 and minicomputer systems are discussed.
112
References
Nested Dissection of a Regular Finite Element Mesh
TL;DR: This paper presents an unusual numbering of the mesh (unknowns) and shows that if the authors avoid operating on zeros, the $LDL^T $ factorization of A can be computed using the same standard algorithm in $O(n^3 )$ arithmetic operations.
1.2K
An algorithm for reducing the bandwidth and profile of a sparse matrix
TL;DR: Extensive testing on finite element matrices indicates that the algorithm typically produces bandwidth and profile which are comparable to those of the commonly-used reverse Cuthill–McKee algorithm, yet requires significantly less computation time.
638
Computer implementation of the finite element method
John Alan George
- 01 Jan 1971
TL;DR: A detailed study of the implementation of finite element methods for solving two-dimensional elliptic partial differential equations shows that much of the manipulation of the basis functions necessary in the derivation of the approximation equations can be done semi-symbolically rather than numerically as is usually done.
A Compact Storage Scheme for the Solution of Symmetric Linear Simultaneous Equations
TL;DR: A method is presented for the computer solution of symmetric linear simultaneous equations which takes advantage of the presence of zero elements away from the leading diagonal but which is more flexible than diagonal band storage.
145
Some Basic Techniques for Solving Sparse Systems of Linear Equations
Fred G. Gustavson
- 01 Jan 1972
TL;DR: This paper will serve as a survey of some of the sparse matrix methods used for solving Ax=b, and in some sense the results are new.
126