V3FIT
Public Member Functions | List of all members
hessian::gather_array Interface Reference

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...
 

Detailed Description

Definition at line 31 of file hessian.f90.

Member Function/Subroutine Documentation

◆ gather_array1()

subroutine hessian::gather_array::gather_array1 ( real(dp), dimension(:), intent(inout)  buffer)

Gather all parts of an 1D array.

Parameters
[in,out]bufferBuffer to gather to and from.

Definition at line 71 of file hessian.f90.

◆ gather_array2()

subroutine hessian::gather_array::gather_array2 ( real(dp), dimension(:,:), intent(inout)  buffer)

Gather all parts of an 1D array.

Parameters
[in,out]bufferBuffer to gather to and from.

Definition at line 92 of file hessian.f90.

◆ gather_array3()

subroutine hessian::gather_array::gather_array3 ( real (dp), dimension(:,:,:), intent(inout)  buffer)

Gather all parts of an 3D array.

Parameters
[in,out]bufferBuffer to gather to and from.

Definition at line 113 of file hessian.f90.


The documentation for this interface was generated from the following file: