Subroutine CONDNOS2

Returns all the conductive conductances associated with the elements of the group, including the conductances connecting the boundary elements. This routine is used only with the element CG method.

Calling convention:

call condnos2(gname,icondno,nc)
Arguments Data type Input/Output Description
gname Character*7 Call The name of the group.
icondno Integer(4,*) array Return

Conductive conductance description

  • icondno(1,j) contains the conductance number of the j'th conductance in the array.
  • icondno(2,j) contains the first internal element label.
  • icondno(3,j) contains the second internal element label.
  • icondno(4,j) is the internal label of the parent element to which the conductance belongs.
nc Integer Return The number of conductances returned in icondno. The second dimension of icondno must be greater than nc.