Block-Structured AMR Software Framework
amrex::FFT::Info Struct Reference

#include <AMReX_FFT_Helper.H>

Public Member Functions

InfosetBatchMode (bool x)
 
InfosetNumProcs (int n)
 

Public Attributes

bool batch_mode = false
 
int nprocs = std::numeric_limits<int>::max()
 Max number of processes to use. More...
 

Member Function Documentation

◆ setBatchMode()

Info& amrex::FFT::Info::setBatchMode ( bool  x)
inline

◆ setNumProcs()

Info& amrex::FFT::Info::setNumProcs ( int  n)
inline

Member Data Documentation

◆ batch_mode

bool amrex::FFT::Info::batch_mode = false

Supported only in 3D. When batch_mode is true, FFT is performed on the first two dimensions only and the third dimension size is the batch size.

◆ nprocs

int amrex::FFT::Info::nprocs = std::numeric_limits<int>::max()

Max number of processes to use.


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