- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear All,
I have a question on using d_commit_Helmholtz_3D and d_Helmholtz_3D. I would like to know if the right hand side of the Poisson's equation needs an FFT before assigning to "f" argument of these functions.
Thanks,
I have a question on using d_commit_Helmholtz_3D and d_Helmholtz_3D. I would like to know if the right hand side of the Poisson's equation needs an FFT before assigning to "f" argument of these functions.
Thanks,
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I don't understand you question could you reformulate it? Nevertheless some days ago we published KB article about using PL and TT components of MKL (http://software.intel.com/en-us/articles/intel-mkl-poisson-library-and-trigonometric-transform-overview/), maybe it will be useful.
With best regards,
Alexander Kalinkin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Alexander,
I need to assign the values of "f", the RHS of Poisson's equation, in three nested for-loops before calling Helmholtz 3D functions. The Poisson's equation is U=f(x,y,z). My question is: should I do an FFT on f(x,y,z) and then assign the transformed values of f(x,y,z) to the "f" argument of Helmholtz functions? Or I simply use the values of f(x,y,z) without any FFT for Helmholtz functions?
Thanks.
I need to assign the values of "f", the RHS of Poisson's equation, in three nested for-loops before calling Helmholtz 3D functions. The Poisson's equation is U=f(x,y,z). My question is: should I do an FFT on f(x,y,z) and then assign the transformed values of f(x,y,z) to the "f" argument of Helmholtz functions? Or I simply use the values of f(x,y,z) without any FFT for Helmholtz functions?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
The last variant is correct; you just need to provide your rhs to commit and main routines of Helmholtz and it calculate solution of linear equation system arises from grid Helmholtz equation.
With best regards,
Alexander Kalinkin
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page