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.
|
n |
Integer | Return | Number of conductances in icondno. |
