GPU Acceleration of a Non-Standard Finite Element Mesh Truncation Technique for Electromagnetics Articles uri icon

publication date

  • May 2020

start page

  • 94719

end page

  • 94730

volume

  • 8

Electronic International Standard Serial Number (EISSN)

  • 2169-3536

abstract

  • The emergence of General Purpose Graphics Processing Units (GPGPUs) provides new opportunities to accelerate applications involving a large number of regular computations. However, properly leveraging the computational resources of graphical processors is a very challenging task. In this paper, we use this kind of device to parallelize FE-IIEE (Finite Element-Iterative Integral Equation Evaluation), a non-standard finite element mesh truncation technique introduced by two of the authors. This application is computationally very demanding due to the amount, size and complexity of the data involved in the procedure. Besides, an efficient implementation becomes even more difficult if the parallelization has to maintain the complex workflow of the original code. The proposed implementation using CUDA applies different optimization techniques to improve performance. These include leveraging the fastest memories of the GPU and increasing the granularity of the computations to reduce the impact of memory access. We have applied our parallel algorithm to two real radiation and scattering problems demonstrating speedups higher than 140 on a state-of-the-art GPU.

subjects

  • Industrial Engineering

keywords

  • cuda; electromagnetics; finite elements; gpu