Home
last modified time | relevance | path

Searched refs:planZ2D (Results 1 – 3 of 3) sorted by relevance

/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DGridInfo.h125 cufftHandle planZ2D; //!< CUFFT plan for G -> R variable
H A DGridInfo.cpp47 cufftDestroy(planZ2D); in ~GridInfo()
266 cufftPlan3d(&planZ2D, S[0], S[1], S[2], CUFFT_Z2D); in initialize()
H A DOperators.cpp132 cufftExecZ2D(in->gInfo.planZ2D, (double2*)in->dataGpu(false), out->dataGpu(false)); in I()