Home
last modified time | relevance | path

Searched defs:rs_n_global (Results 1 – 4 of 4) sorted by relevance

/dports/science/octopus/octopus-10.5/src/math/
H A Dpfft.F90236 …subroutine pfft_get_dims(rs_n_global, mpi_comm, is_real, alloc_size, fs_n_global, rs_n, fs_n, rs_i… argument
237 …integer, intent(in) :: rs_n_global(1:3) !< The general number of elements in each dimension in re… local
H A Dfft.F90101 integer :: rs_n_global(3) !< total size of the fft in each direction in real space component
953 subroutine fft_get_dims(fft, rs_n_global, fs_n_global, rs_n, fs_n, rs_istart, fs_istart) argument
955 integer, intent(out) :: rs_n_global(1:3) local
/dports/science/octopus/octopus-10.5/src/grid/
H A Dcube.F9054 integer :: rs_n_global(1:3) !< the dimensions of the cube in real space component
570 subroutine cube_set_blocksize(rs_n_global, blocksize, rank, rs_n, rs_istart) argument
571 integer, intent(in) :: rs_n_global(1:3) local
/dports/science/octopus/octopus-10.5/src/poisson/
H A Dpoisson_psolver.F9097 integer :: rs_n_global(3) !< total size of the fft in each direction in real space component