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

Go to the source code of this file.

Functions/Subroutines

subroutine Grid_pfftMapFromOutput (gridVar, pfft_outArray)
 

Function/Subroutine Documentation

◆ Grid_pfftMapFromOutput()

subroutine Grid_pfftMapFromOutput ( integer  gridVar,
real  pfft_outArray 
)

Takes the data from the Pfft grid and redistribute it back to the the variable gridVar in the mesh data structure. based upon thh map determined by the routine Grid_pfftInit.

gridVar - variable on the mesh on which pfft is to be applies pfft_outArray - array containing the output of Pfft

NOTE

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

Definition at line 32 of file Grid_pfftMapFromOutput.F90.