PSCF v1.4.0
Pscf::Prdc::Cuda Namespace Reference

Fields, FFTs, and utilities for periodic boundary conditions (CUDA). More...

Classes

class  CField
 Field of complex values on a regular mesh, allocated on a GPU device. More...
class  CFieldComparison
 Comparator for CField (k-grid) arrays, defined in device memory. More...
class  FFT
 Fourier transform wrapper for real or complex data. More...
class  FFTBatched
 Batched Fourier transform wrapper for real data. More...
class  HostDArrayComplex
 HostDArray containing cudaComplex elements. More...
class  RField
 Field of real values on a regular mesh, allocated on a GPU device. More...
class  RFieldComparison
 Comparator for fields in real-space (r-grid) format. More...
class  RFieldDft
 Discrete Fourier Transform (DFT) of a real field, allocated on a GPU. More...
class  RFieldDftComparison
 Comparator for RFieldDft (k-grid) arrays, allocated on device. More...
class  WaveList
 Class to compute and store properties associated with wavevectors. More...

Detailed Description

Fields, FFTs, and utilities for periodic boundary conditions (CUDA).