V3FIT
|
Public Member Functions | |
subroutine | gather_array1 (buffer) |
Gather all parts of an 1D array. More... | |
subroutine | gather_array2 (buffer) |
Gather all parts of an 1D array. More... | |
subroutine | gather_array3 (buffer) |
Gather all parts of an 3D array. More... | |
Definition at line 31 of file hessian.f90.
subroutine hessian::gather_array::gather_array1 | ( | real(dp), dimension(:), intent(inout) | buffer | ) |
Gather all parts of an 1D array.
[in,out] | buffer | Buffer to gather to and from. |
Definition at line 71 of file hessian.f90.
subroutine hessian::gather_array::gather_array2 | ( | real(dp), dimension(:,:), intent(inout) | buffer | ) |
Gather all parts of an 1D array.
[in,out] | buffer | Buffer to gather to and from. |
Definition at line 92 of file hessian.f90.
subroutine hessian::gather_array::gather_array3 | ( | real (dp), dimension(:,:,:), intent(inout) | buffer | ) |
Gather all parts of an 3D array.
[in,out] | buffer | Buffer to gather to and from. |
Definition at line 113 of file hessian.f90.