SABER
tools_func::convert_i2l Interface Reference

Public Member Functions

subroutine func_convert_i2l_r0 (mpl, fldi, fldl)
 Convert integer to logical. More...
 
subroutine func_convert_i2l_r1 (mpl, fldi, fldl)
 Convert integer to logical. More...
 
subroutine func_convert_i2l_r2 (mpl, fldi, fldl)
 Convert integer to logical. More...
 
subroutine func_convert_i2l_r3 (mpl, fldi, fldl)
 Convert integer to logical. More...
 
subroutine func_convert_i2l_r4 (mpl, fldi, fldl)
 Convert integer to logical. More...
 

Detailed Description

Definition at line 166 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_convert_i2l_r0()

subroutine tools_func::convert_i2l::func_convert_i2l_r0 ( type(mpl_type), intent(inout)  mpl,
integer, intent(in)  fldi,
logical, intent(out)  fldl 
)

Convert integer to logical.

Parameters
[in,out]mplMPI data
[in]fldiInteger field
[out]fldlLogical field

Definition at line 1962 of file tools_func.F90.

◆ func_convert_i2l_r1()

subroutine tools_func::convert_i2l::func_convert_i2l_r1 ( type(mpl_type), intent(inout)  mpl,
integer, dimension(:), intent(in)  fldi,
logical, dimension(:), intent(out)  fldl 
)

Convert integer to logical.

Parameters
[in,out]mplMPI data
[in]fldiInteger field
[out]fldlLogical field

Definition at line 1995 of file tools_func.F90.

◆ func_convert_i2l_r2()

subroutine tools_func::convert_i2l::func_convert_i2l_r2 ( type(mpl_type), intent(inout)  mpl,
integer, dimension(:,:), intent(in)  fldi,
logical, dimension(:,:), intent(out)  fldl 
)

Convert integer to logical.

Parameters
[in,out]mplMPI data
[in]fldiInteger field
[out]fldlLogical field

Definition at line 2036 of file tools_func.F90.

◆ func_convert_i2l_r3()

subroutine tools_func::convert_i2l::func_convert_i2l_r3 ( type(mpl_type), intent(inout)  mpl,
integer, dimension(:,:,:), intent(in)  fldi,
logical, dimension(:,:,:), intent(out)  fldl 
)

Convert integer to logical.

Parameters
[in,out]mplMPI data
[in]fldiInteger field
[out]fldlLogical field

Definition at line 2087 of file tools_func.F90.

◆ func_convert_i2l_r4()

subroutine tools_func::convert_i2l::func_convert_i2l_r4 ( type(mpl_type), intent(inout)  mpl,
integer, dimension(:,:,:,:), intent(in)  fldi,
logical, dimension(:,:,:,:), intent(out)  fldl 
)

Convert integer to logical.

Parameters
[in,out]mplMPI data
[in]fldiInteger field
[out]fldlLogical field

Definition at line 2148 of file tools_func.F90.


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