PE_FROM_PQ Interface

public interface PE_FROM_PQ

Contents


Module Procedures

public function PE_FROM_PQ_0D(PP, PQ) result(PE)

Arguments

Type IntentOptional AttributesName
real, intent(in) :: PP
real, intent(in) :: PQ

Return Value real

public function PE_FROM_PQ_1D(PP, PQ) result(PE)

Arguments

Type IntentOptional AttributesName
real, intent(in), DIMENSION(:):: PP
real, intent(in), DIMENSION(:):: PQ

Return Value real, DIMENSION(SIZE(PQ))