Definition at line 163 of file cube_function.F90.
|
| real(real64), dimension(:, :, :), pointer, contiguous | drs => NULL() |
| | real-space grid More...
|
| |
| complex(real64), dimension(:, :, :), pointer, contiguous | zrs => NULL() |
| | real-space grid, complex numbers More...
|
| |
| complex(real64), dimension(:, :, :), pointer, contiguous | fs => NULL() |
| | Fourier-space grid. More...
|
| |
| logical | forced_alloc = .false. |
| | Forced to be allocated even when PFFT is associated with the cube. More...
|
| |
| logical | in_device_memory = .false. |
| |
| type(accel_mem_t) | real_space_buffer |
| |
| type(accel_mem_t) | fourier_space_buffer |
| |
◆ drs
| real(real64), dimension(:, :, :), pointer, contiguous cube_function_oct_m::cube_function_t::drs => NULL() |
|
private |
◆ zrs
| complex(real64), dimension(:, :, :), pointer, contiguous cube_function_oct_m::cube_function_t::zrs => NULL() |
|
private |
◆ fs
| complex(real64), dimension(:, :, :), pointer, contiguous cube_function_oct_m::cube_function_t::fs => NULL() |
|
private |
◆ forced_alloc
| logical cube_function_oct_m::cube_function_t::forced_alloc = .false. |
|
private |
Forced to be allocated even when PFFT is associated with the cube.
Definition at line 168 of file cube_function.F90.
◆ in_device_memory
| logical cube_function_oct_m::cube_function_t::in_device_memory = .false. |
|
private |
◆ real_space_buffer
| type(accel_mem_t) cube_function_oct_m::cube_function_t::real_space_buffer |
|
private |
◆ fourier_space_buffer
| type(accel_mem_t) cube_function_oct_m::cube_function_t::fourier_space_buffer |
|
private |
The documentation for this type was generated from the following file: