Helmholtz solve on GPUs with multicomponent vector

35 views
Skip to first unread message

GOURAB PANIGRAHI

unread,
Dec 14, 2022, 1:19:19 AM12/14/22
to deal.II User Group
I am trying to reproduce dealii’s step 64 for the Helmholtz solve on GPUs and I am interested in the source(input) and destination(output) to have more than single component. To elaborate, I am interested in using GPU matrix-free capability of dealii to compute the action of Helmholtz operator on the multicomponent vector. The CUDAWrappers::FEEvaluation has “n_components” as one its template parameters which should make this possible I think but I don’t understand how to pass this multicomponent vectors to functions like vmult and cell_loop of mf_data which currently takes one component input and output vectors.

Thanks
Gourab

Bruno Turcksin

unread,
Dec 14, 2022, 8:53:14 AM12/14/22
to deal.II User Group
Gourab,

Multicomponent vector is currently not supported. Part of the infrastructure is already present as you saw but you cannot use MatrixFree on GPU with multicomponent vectors at the moment.

Best,

Bruno

GOURAB PANIGRAHI

unread,
Dec 14, 2022, 11:42:31 PM12/14/22
to deal.II User Group
Thanks a lot for the info!

Regards
Gourab

Reply all
Reply to author
Forward
0 new messages