Subroutine TCNAMEG

Returns the conductance array in the same format as in subroutine TCNAME, which is between two groups of elements with group numbers IGRP1 and IGRP2. This subroutine is the same as subroutine TCNAME,except that it uses the group numbers instead of their names.

Calling convention:

call tcnameg(igrp1, igrp2, icondno, n)
Arguments Data type Input/Output Description
igrp1 Integer Call The first group number of the group.
igrp2 Integer Call The second group number of the group.
icondno Integer(4,*) array Return

Conductance description.

  • icondno(1,i)is the conductance number of thei'th conductance.
  • icondno(2,i) is the internal element number of the conductance associated with the group igrp1.
  • icondno(3,i) is the internal element number of the conductance associated with the group igrp2.
  • icondno(4,i) is the type of the i'th conductance.
n Integer Return Number of conductances in icondno.