English

Assembly of FETI dual operator using CUDA

Mathematical Software 2025-09-26 v1

Abstract

FETI is a numerical method used to solve engineering problems. It builds on the ideas of domain decomposition, which makes it highly scalable and capable of efficiently utilizing whole supercomputers. One of the most time-consuming parts of the FETI solver is the application of the dual operator F in every iteration of the solver. It is traditionally performed on the CPU using an implicit approach of applying the individual sparse matrices that form F right-to-left. Another approach is to apply the dual operator explicitly, which primarily involves a simple dense matrix-vector multiplication and can be efficiently performed on the GPU. However, this requires additional preprocessing on the CPU where the dense matrix is assembled, which makes the explicit approach beneficial only after hundreds of iterations are performed. In this paper, we use the GPU to accelerate the assembly process as well. This significantly shortens the preprocessing time, thus decreasing the number of solver iterations needed to make the explicit approach beneficial. With a proper configuration, we only need a few tens of iterations to achieve speedup relative to the implicit CPU approach. Compared to the CPU-only explicit approach, we achieved up to 10x speedup for the preprocessing and 25x for the application.

Keywords

Cite

@article{arxiv.2502.08382,
  title  = {Assembly of FETI dual operator using CUDA},
  author = {Jakub Homola and Radim Vavřík and Ondřej Meca and Tomáš Brzobohatý and Lubomír Říha},
  journal= {arXiv preprint arXiv:2502.08382},
  year   = {2025}
}

Comments

10 pages, 12 figures, submitted for review to PDSEC 2025 workshop, part of IPDPS 2025 conference

R2 v1 2026-06-28T21:41:39.552Z