PPL Logo

NormalFFTinfo Class Reference

#include <fftlib.h>

Collaboration diagram for NormalFFTinfo:

Collaboration graph
[legend]

Public Member Functions

 NormalFFTinfo (int sDim[2], int dDim[2], int isSrc, void *dptr, int transType, int sPlanesPerSlab=1, int dPlanesPerSlab=1)
 NormalFFTinfo (NormalFFTinfo &info)
 NormalFFTinfo (void)
void pup (PUP::er &p)

Data Fields

int srcSize [2]
int destSize [2]
bool isSrcSlab
int srcPlanesPerSlab
int destPlanesPerSlab
void * dataPtr
int transformType

Private Member Functions

void init (int sDim[2], int dDim[2], int isSrc, void *dptr, int transT, int sPlanesPerSlab, int dPlanesPerSlab)

Detailed Description

Definition at line 19 of file fftlib.h.


Constructor & Destructor Documentation

NormalFFTinfo::NormalFFTinfo ( int  sDim[2],
int  dDim[2],
int  isSrc,
void *  dptr,
int  transType,
int  sPlanesPerSlab = 1,
int  dPlanesPerSlab = 1 
) [inline]

Definition at line 21 of file fftlib.h.

References init().

Here is the call graph for this function:

NormalFFTinfo::NormalFFTinfo ( NormalFFTinfo info  )  [inline]

Definition at line 26 of file fftlib.h.

References dataPtr, destPlanesPerSlab, destSize, init(), isSrcSlab, srcPlanesPerSlab, srcSize, and transformType.

Here is the call graph for this function:

NormalFFTinfo::NormalFFTinfo ( void   )  [inline]

Definition at line 32 of file fftlib.h.

References dataPtr.


Member Function Documentation

void NormalFFTinfo::pup ( PUP::er p  )  [inline]

Definition at line 40 of file fftlib.h.

References dataPtr, destPlanesPerSlab, destSize, isSrcSlab, PUP::er::isUnpacking(), p, srcPlanesPerSlab, srcSize, and transformType.

Here is the call graph for this function:

void NormalFFTinfo::init ( int  sDim[2],
int  dDim[2],
int  isSrc,
void *  dptr,
int  transT,
int  sPlanesPerSlab,
int  dPlanesPerSlab 
) [inline, private]

Definition at line 52 of file fftlib.h.

References ckerr, dataPtr, destPlanesPerSlab, destSize, endl(), isSrcSlab, srcPlanesPerSlab, srcSize, and transformType.

Referenced by NormalFFTinfo().

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation


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

Generated on Mon Sep 21 08:28:09 2020 for Charm++ by  doxygen 1.5.5