associatd Interface

public interface associatd

Contents


Module Procedures

private pure function associatd_l_a1(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
character(len=1), pointer, dimension(:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_a1(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
character(len=1), pointer, dimension(:):: rhs

Return Value logical

private pure function associatd_l_s0(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
real(kind=sp), pointer:: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_s0(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
real(kind=sp), pointer:: rhs

Return Value logical

private pure function associatd_l_s1(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
real(kind=sp), pointer, dimension(:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_s1(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
real(kind=sp), pointer, dimension(:):: rhs

Return Value logical

private pure function associatd_l_s2(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
real(kind=sp), pointer, dimension(:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_s2(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
real(kind=sp), pointer, dimension(:,:):: rhs

Return Value logical

private pure function associatd_l_s3(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
real(kind=sp), pointer, dimension(:,:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_s3(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
real(kind=sp), pointer, dimension(:,:,:):: rhs

Return Value logical

private pure function associatd_l_d0(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
real(kind=dp), pointer:: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_d0(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
real(kind=dp), pointer:: rhs

Return Value logical

private pure function associatd_l_d1(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
real(kind=dp), pointer, dimension(:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_d1(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
real(kind=dp), pointer, dimension(:):: rhs

Return Value logical

private pure function associatd_l_d2(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
real(kind=dp), pointer, dimension(:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_d2(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
real(kind=dp), pointer, dimension(:,:):: rhs

Return Value logical

private pure function associatd_l_d3(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
real(kind=dp), pointer, dimension(:,:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_d3(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
real(kind=dp), pointer, dimension(:,:,:):: rhs

Return Value logical

private pure function associatd_l_c0(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
complex(kind=sp), pointer:: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_c0(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
complex(kind=sp), pointer:: rhs

Return Value logical

private pure function associatd_l_c1(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
complex(kind=sp), pointer, dimension(:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_c1(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
complex(kind=sp), pointer, dimension(:):: rhs

Return Value logical

private pure function associatd_l_c2(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
complex(kind=sp), pointer, dimension(:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_c2(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
complex(kind=sp), pointer, dimension(:,:):: rhs

Return Value logical

private pure function associatd_l_c3(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
complex(kind=sp), pointer, dimension(:,:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_c3(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
complex(kind=sp), pointer, dimension(:,:,:):: rhs

Return Value logical

private pure function associatd_l_z0(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
complex(kind=dp), pointer:: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_z0(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
complex(kind=dp), pointer:: rhs

Return Value logical

private pure function associatd_l_z1(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
complex(kind=dp), pointer, dimension(:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_z1(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
complex(kind=dp), pointer, dimension(:):: rhs

Return Value logical

private pure function associatd_l_z2(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
complex(kind=dp), pointer, dimension(:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_z2(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
complex(kind=dp), pointer, dimension(:,:):: rhs

Return Value logical

private pure function associatd_l_z3(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
complex(kind=dp), pointer, dimension(:,:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_z3(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
complex(kind=dp), pointer, dimension(:,:,:):: rhs

Return Value logical

private pure function associatd_l_b0(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
logical, pointer:: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_b0(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
logical, pointer:: rhs

Return Value logical

private pure function associatd_l_b1(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
logical, pointer, dimension(:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_b1(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
logical, pointer, dimension(:):: rhs

Return Value logical

private pure function associatd_l_b2(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
logical, pointer, dimension(:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_b2(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
logical, pointer, dimension(:,:):: rhs

Return Value logical

private pure function associatd_l_b3(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
logical, pointer, dimension(:,:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_b3(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
logical, pointer, dimension(:,:,:):: rhs

Return Value logical

private pure function associatd_l_h0(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=ih), pointer:: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_h0(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
integer(kind=ih), pointer:: rhs

Return Value logical

private pure function associatd_l_h1(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=ih), pointer, dimension(:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_h1(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
integer(kind=ih), pointer, dimension(:):: rhs

Return Value logical

private pure function associatd_l_h2(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=ih), pointer, dimension(:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_h2(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
integer(kind=ih), pointer, dimension(:,:):: rhs

Return Value logical

private pure function associatd_l_h3(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=ih), pointer, dimension(:,:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_h3(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
integer(kind=ih), pointer, dimension(:,:,:):: rhs

Return Value logical

private pure function associatd_l_i0(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=is), pointer:: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_i0(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
integer(kind=is), pointer:: rhs

Return Value logical

private pure function associatd_l_i1(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=is), pointer, dimension(:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_i1(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
integer(kind=is), pointer, dimension(:):: rhs

Return Value logical

private pure function associatd_l_i2(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=is), pointer, dimension(:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_i2(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
integer(kind=is), pointer, dimension(:,:):: rhs

Return Value logical

private pure function associatd_l_i3(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=is), pointer, dimension(:,:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_i3(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
integer(kind=is), pointer, dimension(:,:,:):: rhs

Return Value logical

private pure function associatd_l_l0(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=il), pointer:: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_l0(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
integer(kind=il), pointer:: rhs

Return Value logical

private pure function associatd_l_l1(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=il), pointer, dimension(:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_l1(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
integer(kind=il), pointer, dimension(:):: rhs

Return Value logical

private pure function associatd_l_l2(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=il), pointer, dimension(:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_l2(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
integer(kind=il), pointer, dimension(:,:):: rhs

Return Value logical

private pure function associatd_l_l3(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=il), pointer, dimension(:,:,:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_l3(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
integer(kind=il), pointer, dimension(:,:,:):: rhs

Return Value logical

private pure function associatd_l_cp0(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
type(c_ptr), pointer:: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_cp0(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
type(c_ptr), pointer:: rhs

Return Value logical

private pure function associatd_l_cp1(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
type(c_ptr), pointer, dimension(:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_cp1(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
type(c_ptr), pointer, dimension(:):: rhs

Return Value logical

private pure function associatd_l_fp0(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
type(c_funptr), pointer:: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_fp0(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
type(c_funptr), pointer:: rhs

Return Value logical

private pure function associatd_l_fp1(lhs, this) result(ret)

Arguments

Type IntentOptional AttributesName
type(c_funptr), pointer, dimension(:):: lhs
type(variable_t), intent(in) :: this

Return Value logical

private pure function associatd_r_fp1(this, rhs) result(ret)

Arguments

Type IntentOptional AttributesName
type(variable_t), intent(in) :: this
type(c_funptr), pointer, dimension(:):: rhs

Return Value logical