TD_FROM_TQ Interface

public interface TD_FROM_TQ

Contents


Module Procedures

public function TD_FROM_TQ_0D(PT, PQ, PP) result(PTD)

Arguments

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

Return Value real

public function TD_FROM_TQ_1D(PT, PQ, PP) result(PTD)

Arguments

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

Return Value real, DIMENSION(SIZE(PQ))