An algorithm to optimally color a mesh
暂无分享,去创建一个
Abstract In order to force vectorization and parallelization of a class of problems (including e.g. explicit schemes applied to the discretization of a system of ordinary differential equations or element-by-element preconditioning of large matrices), it is suitable to introduce a mesh coloring in order to partition the mesh into subsets of disjoint elements. Nevertheless, the only mesh coloring algorithms found in the literature are not optimal in the sense that they do not optimize the number of elements in all colors and the efficiency can drop because of this lack. We propose an improved algorithm, optimal in the sense that it will maximize the efficiency of both vectorization and parallelization on either shared or distributed memory computers, and which is valid for any space dimension and any mesh topology.
[1] Wolfgang Gentzsch. Vectorization of computer programs with applications to computational fluid dynamics , 1984, Notes on numerical fluid mechanics and multidisciplinary design.
[2] Thomas J. R. Hughes,et al. LARGE-SCALE VECTORIZED IMPLICIT CALCULATIONS IN SOLID MECHANICS ON A CRAY X-MP/48 UTILIZING EBE PRECONDITIONED CONJUGATE GRADIENTS. , 1986 .
[3] David J. Benson. Vectorizing the right-hand side assembly in an explicit finite element program , 1989 .