Highly Efficient FFT for Exascale: HeFFTe v2.3
heffte_plan_options Struct Reference

Equivalent to heffte::plan_options but defined for the C API. More...

#include <heffte_c_defines.h>

Public Attributes

int use_reorder
 Corresponds to heffte::plan_options::use_reorder.
 
int algorithm
 Corresponds to heffte::plan_options::use_alltoall, must be one of the Heffte_RESHAPE_ALGORITHM options.
 
int use_pencils
 Corresponds to heffte::plan_options::use_pencils.
 
int use_gpu_aware
 Corresponds to heffte::plan_options::use_gpu_aware.
 

Detailed Description

Equivalent to heffte::plan_options but defined for the C API.

The int variables use the C logic 0 means false, not 0 means true.


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