Octopus
nfft_oct_m::nfft_t Type Reference

Detailed Description

Definition at line 162 of file nfft.F90.

Public Attributes

real(real64), public norm
 Normalization. More...
 
logical, public set_defaults = .false.
 the defaults can be overriden More...
 
logical, public guru
 use guru options? More...
 
integer, public precompute
 precompute strategy More...
 
integer, public mm
 Window function cut-off parameter. More...
 
real(real64), public sigma
 Oversampling factor. More...
 

Private Attributes

integer, dimension(3) n
 size of the nfft bandwidths More...
 
integer, dimension(3) m
 Number of the nfft nodes. More...
 
integer dim
 the dimension More...
 
integer, dimension(3) fftn
 size of the fft used More...
 
type(c_ptr) plan
 the NFFT plan More...
 

Member Data Documentation

◆ n

integer, dimension(3) nfft_oct_m::nfft_t::n
private

size of the nfft bandwidths

Definition at line 165 of file nfft.F90.

◆ m

integer, dimension(3) nfft_oct_m::nfft_t::m
private

Number of the nfft nodes.

Definition at line 166 of file nfft.F90.

◆ dim

integer nfft_oct_m::nfft_t::dim
private

the dimension

Definition at line 167 of file nfft.F90.

◆ fftn

integer, dimension(3) nfft_oct_m::nfft_t::fftn
private

size of the fft used

Definition at line 168 of file nfft.F90.

◆ norm

real(real64), public nfft_oct_m::nfft_t::norm

Normalization.

Definition at line 169 of file nfft.F90.

◆ set_defaults

logical, public nfft_oct_m::nfft_t::set_defaults = .false.

the defaults can be overriden

Definition at line 172 of file nfft.F90.

◆ guru

logical, public nfft_oct_m::nfft_t::guru

use guru options?

Definition at line 173 of file nfft.F90.

◆ precompute

integer, public nfft_oct_m::nfft_t::precompute

precompute strategy

Definition at line 174 of file nfft.F90.

◆ mm

integer, public nfft_oct_m::nfft_t::mm

Window function cut-off parameter.

Definition at line 175 of file nfft.F90.

◆ sigma

real(real64), public nfft_oct_m::nfft_t::sigma

Oversampling factor.

Definition at line 176 of file nfft.F90.

◆ plan

type(c_ptr) nfft_oct_m::nfft_t::plan
private

the NFFT plan

Definition at line 178 of file nfft.F90.


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