Computational & Technology Resources
an online resource for computational,
engineering & technology publications |
|
Civil-Comp Proceedings
ISSN 1759-3433 CCP: 84
PROCEEDINGS OF THE FIFTH INTERNATIONAL CONFERENCE ON ENGINEERING COMPUTATIONAL TECHNOLOGY Edited by: B.H.V. Topping, G. Montero and R. Montenegro
Paper 85
A Domain Decomposition Iterative Solver based on a Hierarchical h-Adaptive Finite Element Code J.J. Ródenas1, J. Albelda1, C. Corral2 and J. Mas2
1Research Centre on Vehicles Technology, Department of Mechanical and Materials Engineering,
, "A Domain Decomposition Iterative Solver based on a Hierarchical h-Adaptive Finite Element Code", in B.H.V. Topping, G. Montero, R. Montenegro, (Editors), "Proceedings of the Fifth International Conference on Engineering Computational Technology", Civil-Comp Press, Stirlingshire, UK, Paper 85, 2006. doi:10.4203/ccp.84.85
Keywords: h-adaptivity, iterative solver, domain decomposition, hierarchical structure, incomplete Cholesky factorization, preconditioned conjugate gradient method.
Summary
A previous paper [1] showed that the terms used to evaluate element stiffness
matrices of geometrically similar finite elements are related by a
constant, which is a function of the ratio of element sizes (the scaling factor). This
geometrical similarity appears in h-adaptive refinements based on element splitting.
This and other parent-child relations were used in a basic implementation of a
hierarchical two-dimensional h-adaptive finite element code, based on element subdivision, for
linear elasticity problems. The program uses a hierarchical data structure that
significantly reduces the amount of calculations required for the evaluation of the
problem stiffness matrix, stresses, error estimation, etc. The h-adaptive refinement
process based on an element splitting produces a natural decomposition of the domain
which, together with the hierarchical data structure of the program, directly produces
an arrow-head stiffness matrix, shown in Figure 1, allowing for a decomposition of the
global problem into smaller problems.
The system matrix is symmetric and positive definite, therefore the preconditioned conjugate gradient method (PCG) [2] is one of the most efficient available iterative methods. One of the preferred preconditioners is the incomplete cholesky factorization method (IC) [3]. This paper will consider a PCG method using an IC over the original un-reordered stiffness matrix as a reference method that will be compared to two different preconditioning strategies that make use of the block structure. The first strategy, denoted by , consists of computing the preconditioner using the main diagonal blocks of the reordered matrix. The second strategy, denoted by K, consists of evaluating the preconditioner using the whole reordered matrix. Further numerical tests were run in order to check the effect that additional domain decompositions into the original subdomains would produce. The Matlab's command SYMAMD [4] was used to further transform the diagonal blocks into matrices with an arrowhead-like structure similar to those that would be directly obtained using nested domain decomposition into each of the original subdomains. Memory requirements, associated with fill-in coefficients, and execution times have been considerably reduced with the proposed strategies. This memory requirement reduction allows bigger problems to be solved. The memory requirement reduction allows for the use of the K+additional Symamd reorder strategy even for small values of the threshold parameter considered in the evaluation of the preconditioner. This strategy has shown the better performance in the more refined meshes in all cases. This suggests the use of this strategy for finer meshes. The numerical tests presented in this paper show the importance of the use of further domain decompositions into the original subdomains. References
purchase the full-text of this paper (price £20)
go to the previous paper |
|