Chris@10: Chris@10:
Chris@10:Chris@10: Next: Defining an FFTW module, Chris@10: Previous: Allocating aligned memory in Fortran, Chris@10: Up: Calling FFTW from Modern Fortran Chris@10:
Chris@10: As explained in Words of Wisdom-Saving Plans, FFTW provides a Chris@10: “wisdom” API for saving plans to disk so that they can be recreated Chris@10: quickly. The C API for exporting (see Wisdom Export) and Chris@10: importing (see Wisdom Import) wisdom is somewhat tricky to use Chris@10: from Fortran, however, because of differences in file I/O and string Chris@10: types between C and Fortran. Chris@10: Chris@10:
Chris@10: Chris@10: Chris@10: Chris@10: