GPU accelerated spectral finite elements on all-hex meshes
Department of Computational and Applied Mathematics, Rice University
arXiv:1506.05996 [cs.CE], (19 Jun 2015)
@article{remacle2015accelerated,
title={GPU accelerated spectral finite elements on all-hex meshes},
author={Remacle, J.-F. and Gandham, R. and Warburton, T.},
year={2015},
month={jun},
archivePrefix={"arXiv"},
primaryClass={cs.CE}
}
This paper presents a spectral element finite element scheme that efficiently solves elliptic problems on unstructured hexahedral meshes. The discrete equations are solved using a matrix-free preconditioned conjugate gradient algorithm. An additive Schwartz two-scale preconditioner is employed that allows h-independence convergence. An extensible multi-threading programming API is used as a common kernel language that allows runtime selection of different computing devices (GPU and CPU) and different threading interfaces (CUDA, OpenCL and OpenMP). Performance tests demonstrate that problems with over 50 million degrees of freedom can be solved in a few seconds on an off-the-shelf GPU.
June 22, 2015 by hgpu