fitpack
Modern Fortran library for curve and surface fitting with splines
Loading...
Searching...
No Matches
fitpack_core::fp_comm_pack Interface Reference

Pack allocatable arrays into communication buffer. More...

Public Member Functions

pure subroutine fp_real_comm_pack_1d (array, buffer)
 Pack 1D real(FP_REAL) allocatable array into communication buffer.
 
pure subroutine fp_real_comm_pack_2d (array, buffer)
 Pack 2D real(FP_REAL) allocatable array into communication buffer.
 
pure subroutine fp_real_comm_pack_3d (array, buffer)
 Pack 3D real(FP_REAL) allocatable array into communication buffer.
 
pure subroutine fp_size_comm_pack_1d (array, buffer)
 Pack 1D integer(FP_SIZE) allocatable array into communication buffer.
 
pure subroutine fp_bool_comm_pack_1d (array, buffer)
 Pack 1D logical(FP_BOOL) allocatable array into communication buffer.
 

Detailed Description

Pack allocatable arrays into communication buffer.

Member Function/Subroutine Documentation

◆ fp_bool_comm_pack_1d()

pure subroutine fitpack_core::fp_comm_pack::fp_bool_comm_pack_1d ( logical(fp_bool), dimension(:), intent(in), allocatable array,
real(fp_comm), dimension(:), intent(out) buffer )

Pack 1D logical(FP_BOOL) allocatable array into communication buffer.

Here is the call graph for this function:

◆ fp_real_comm_pack_1d()

pure subroutine fitpack_core::fp_comm_pack::fp_real_comm_pack_1d ( real(fp_real), dimension(:), intent(in), allocatable array,
real(fp_comm), dimension(:), intent(out) buffer )

Pack 1D real(FP_REAL) allocatable array into communication buffer.

Here is the call graph for this function:

◆ fp_real_comm_pack_2d()

pure subroutine fitpack_core::fp_comm_pack::fp_real_comm_pack_2d ( real(fp_real), dimension(:,:), intent(in), allocatable array,
real(fp_comm), dimension(:), intent(out) buffer )

Pack 2D real(FP_REAL) allocatable array into communication buffer.

Here is the call graph for this function:

◆ fp_real_comm_pack_3d()

pure subroutine fitpack_core::fp_comm_pack::fp_real_comm_pack_3d ( real(fp_real), dimension(:,:,:), intent(in), allocatable array,
real(fp_comm), dimension(:), intent(out) buffer )

Pack 3D real(FP_REAL) allocatable array into communication buffer.

Here is the call graph for this function:

◆ fp_size_comm_pack_1d()

pure subroutine fitpack_core::fp_comm_pack::fp_size_comm_pack_1d ( integer(fp_size), dimension(:), intent(in), allocatable array,
real(fp_comm), dimension(:), intent(out) buffer )

Pack 1D integer(FP_SIZE) allocatable array into communication buffer.

Here is the call graph for this function:

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