Searched defs:rs_n_global (Results 1 – 4 of 4) sorted by relevance
/dports/science/octopus/octopus-10.5/src/math/ |
H A D | pfft.F90 | 236 …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 D | fft.F90 | 101 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 D | cube.F90 | 54 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 D | poisson_psolver.F90 | 97 integer :: rs_n_global(3) !< total size of the fft in each direction in real space component
|