[edit]
Reordering CAE Matrix using Hierarchical Clustering
Proceedings of 2024 International Conference on Machine Learning and Intelligent Computing, PMLR 245:413-420, 2024.
Abstract
Traversing a high-dimensional mesh using 1-D trajectory is a widely used technique in the fields of CAE computing and data management. Such a trajectory is widely known as a space-filling curve. Nevertheless, most of the space filling curves, such as Z-curve or Hilbert curve, are designed for structured meshes. Therefore, it is vital to design an effective space-filling curve for unstructured meshes. In this paper, we propose a space-filling curve for unstructured mesh by considering the original problem as a graph clustering problem. We generate a hierarchical clustering schema and uses depth-first search to traverse the hierarchical schema. In this way, the sequence of the depth-first search naturally be-comes a 1-D trajectory. Compared with traditional space-filling curves, our solution can effectively handle traversing problems on unstructured meshes.