ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
P3MGpuFftPlan Struct Reference

Public Attributes

cufftHandle forw_plan
 Forward FFT plan.
 
cufftHandle back_plan
 Backward FFT plan.
 

Detailed Description

Definition at line 109 of file p3m_gpu_cuda.cu.

Member Data Documentation

◆ back_plan

cufftHandle P3MGpuFftPlan::back_plan

Backward FFT plan.

Definition at line 113 of file p3m_gpu_cuda.cu.

Referenced by P3MGpuParams::free_device_memory(), and p3m_gpu_add_farfield_force().

◆ forw_plan

cufftHandle P3MGpuFftPlan::forw_plan

Forward FFT plan.

Definition at line 111 of file p3m_gpu_cuda.cu.

Referenced by P3MGpuParams::free_device_memory(), and p3m_gpu_add_farfield_force().


The documentation for this struct was generated from the following file: