For Programmers: Free Programming Magazines  


Home > Archive > Fortran > June 2004 > equivalent of fftw_r2r_kind in fortran 90









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author equivalent of fftw_r2r_kind in fortran 90
Kamaraju Kusumanchi

2004-06-25, 7:44 pm

Hi all
In the advanced interface of fftw3 library, on pg 31 of the manual

fftw_plan fftw_plan_many_r2r(int rank, const int *n, int howmany, double
*in, const int *inembed, int istride, int idist, double *out, const int
*onembed, int ostride, int odist, const fftw_r2r_kind *kind, unsigned
flags);


I know that equivalent of fftw_plan is integer*8. On the same grounds
how to declare the "const fftw_r2r_kind *" variable in fortran 90? Is it
an integer*8 array or is it character array?

For my case the rank is 2 And I want to do FFTW_REDFT00 in both the
directions.

I read the documentation but they did not discuss anything about it.

thanks for any input
raju
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com