OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#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"
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: More... | |
std::string | getTransformType (unsigned int i) |
character strings for transform types More... | |
|
inline |
character strings for transform types
Definition at line 35 of file FFTBase.h.
Referenced by FFTBase< Dim, T >::write().
|
inline |
Define operator<< to invoke write() member function:
Definition at line 196 of file FFTBase.h.
References FFTBase< Dim, T >::write().