◆ gather_array1()
subroutine hessian::gather_array::gather_array1 |
( |
real(dp), dimension(:), intent(inout) |
buffer | ) |
|
Gather all parts of an 1D array.
- Parameters
-
[in,out] | buffer | Buffer to gather to and from. |
◆ gather_array2()
subroutine hessian::gather_array::gather_array2 |
( |
real(dp), dimension(:,:), intent(inout) |
buffer | ) |
|
Gather all parts of an 1D array.
- Parameters
-
[in,out] | buffer | Buffer to gather to and from. |
◆ gather_array3()
subroutine hessian::gather_array::gather_array3 |
( |
real (dp), dimension(:,:,:), intent(inout) |
buffer | ) |
|
Gather all parts of an 3D array.
- Parameters
-
[in,out] | buffer | Buffer to gather to and from. |
The documentation for this interface was generated from the following file:
- SIESTA/Sources/hessian.f90