PSCF v1.2
Pscf::Prdc::Cpu Namespace Reference

Fields and FFTs for periodic boundary conditions (CPU) More...

Classes

class  CField
 Field of complex double precision values on an FFT mesh. More...
 
class  CFieldComparison
 Comparator for CField (k-grid) arrays. More...
 
class  FFT
 Fourier transform wrapper. More...
 
class  FftwDArray
 Dynamic array with data aligned for use with FFTW library. More...
 
class  FieldBasisConverter
 Tool for conversion of fields to a basis in composition space. More...
 
class  RField
 Field of real double precision values on an FFT mesh. More...
 
class  RFieldComparison
 Comparator for fields in real-space (r-grid) format. More...
 
class  RFieldDft
 Fourier transform of a real field on an FFT mesh. More...
 
class  RFieldDftComparison
 Comparator for RFieldDft (k-grid) arrays. More...
 

Typedefs

typedef fftw_complex Complex
 Complex number type used in CPU code that uses FFTW.
 
typedef double Real
 Real number type used in CPU code that uses FFTW.
 

Detailed Description

Fields and FFTs for periodic boundary conditions (CPU)

Typedef Documentation

◆ Complex

typedef fftw_complex Pscf::Prdc::Cpu::Complex

Complex number type used in CPU code that uses FFTW.

Definition at line 20 of file cpu/types.h.

◆ Real

typedef double Pscf::Prdc::Cpu::Real

Real number type used in CPU code that uses FFTW.

Definition at line 25 of file cpu/types.h.