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

Communication size for allocatable 1D arrays. More...

Public Member Functions

pure integer(fp_size) function fp_real_comm_size_1d (array)
 Calculate storage size for 1D real(FP_REAL) allocatable array Header: 1 FP_COMM storing bounds as 2 int32 (or NOT_ALLOC marker) Data: raw transfer of array contents.
 
pure integer(fp_size) function fp_real_comm_size_2d (array)
 Calculate storage size for 2D real(FP_REAL) allocatable array.
 
pure integer(fp_size) function fp_real_comm_size_3d (array)
 Calculate storage size for 3D real(FP_REAL) allocatable array.
 
pure integer(fp_size) function fp_size_comm_size_1d (array)
 Calculate storage size for 1D integer(FP_SIZE) allocatable array.
 
pure integer(fp_size) function fp_bool_comm_size_1d (array)
 Calculate storage size for 1D logical(FP_BOOL) allocatable array.
 

Detailed Description

Communication size for allocatable 1D arrays.

Member Function/Subroutine Documentation

◆ fp_bool_comm_size_1d()

pure integer(fp_size) function fitpack_core::fp_comm_size::fp_bool_comm_size_1d ( logical(fp_bool), dimension(:), intent(in), allocatable array)

Calculate storage size for 1D logical(FP_BOOL) allocatable array.

Here is the call graph for this function:

◆ fp_real_comm_size_1d()

pure integer(fp_size) function fitpack_core::fp_comm_size::fp_real_comm_size_1d ( real(fp_real), dimension(:), intent(in), allocatable array)

Calculate storage size for 1D real(FP_REAL) allocatable array Header: 1 FP_COMM storing bounds as 2 int32 (or NOT_ALLOC marker) Data: raw transfer of array contents.

Here is the call graph for this function:

◆ fp_real_comm_size_2d()

pure integer(fp_size) function fitpack_core::fp_comm_size::fp_real_comm_size_2d ( real(fp_real), dimension(:,:), intent(in), allocatable array)

Calculate storage size for 2D real(FP_REAL) allocatable array.

Here is the call graph for this function:

◆ fp_real_comm_size_3d()

pure integer(fp_size) function fitpack_core::fp_comm_size::fp_real_comm_size_3d ( real(fp_real), dimension(:,:,:), intent(in), allocatable array)

Calculate storage size for 3D real(FP_REAL) allocatable array.

Here is the call graph for this function:

◆ fp_size_comm_size_1d()

pure integer(fp_size) function fitpack_core::fp_comm_size::fp_size_comm_size_1d ( integer(fp_size), dimension(:), intent(in), allocatable array)

Calculate storage size for 1D integer(FP_SIZE) allocatable array.

Here is the call graph for this function:

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