FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Grid_pfftMapToInput.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Grid_pfftMapToInput (gridVar, pfft_inArray)
 

Function/Subroutine Documentation

◆ Grid_pfftMapToInput()

subroutine Grid_pfftMapToInput ( integer  gridVar,
real  pfft_inArray 
)

Takes the data correnspoding to the variable gridVar in the mesh data structure and redistributes to make it campatible with Pfft requirements based upon thh map determined by the routine Grid_pfftInit.

gridVar - variable on the mesh on which pfft is to be applies pfft_inArray - array that is input to pfft

NOTE

Users must make sure that Grid_pfftInput has been called correctly before calling this routine.

Definition at line 32 of file Grid_pfftMapToInput.F90.