Block-Structured AMR Software Framework
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
AMReX_FFT.cpp File Reference
#include <AMReX_FFT.H>
#include <AMReX_FFT_Helper.H>
#include <map>

Namespaces

namespace  amrex
 
namespace  amrex::FFT
 
namespace  amrex::FFT::detail
 

Functions

void amrex::FFT::Initialize ()
 
void amrex::FFT::Finalize ()
 
void amrex::FFT::Clear ()
 
PlanDamrex::FFT::get_vendor_plan_d (Key const &key)
 
PlanFamrex::FFT::get_vendor_plan_f (Key const &key)
 
void amrex::FFT::add_vendor_plan_d (Key const &key, PlanD plan)
 
void amrex::FFT::add_vendor_plan_f (Key const &key, PlanF plan)
 
DistributionMapping amrex::FFT::detail::make_iota_distromap (Long n)