OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
FFTBase.h File Reference
#include "Utility/PAssert.h"
#include "Index/NDIndex.h"
#include "Field/GuardCellSizes.h"
#include "FFT/fftpack_FFT.h"
#include <map>
#include <iostream>
#include "FFT/FFTBase.hpp"
Include dependency graph for FFTBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FFTBase< Dim, T >

Functions

template<unsigned Dim, class T>
std::ostream & operator<< (std::ostream &out, const FFTBase< Dim, T > &fft)
 Define operator<< to invoke write() member function:
std::string getTransformType (unsigned int i)
 character strings for transform types

Function Documentation

◆ getTransformType()

std::string getTransformType ( unsigned int i)
inline

character strings for transform types

Definition at line 35 of file FFTBase.h.

Referenced by FFTBase< Dim, T >::write().

◆ operator<<()

template<unsigned Dim, class T>
std::ostream & operator<< ( std::ostream & out,
const FFTBase< Dim, T > & fft )
inline

Define operator<< to invoke write() member function:

Definition at line 196 of file FFTBase.h.

References FFTBase< Dim, T >::write().

Here is the call graph for this function: