Subroutine CONDNOS
Generates a list of conductances associated with an element.
This routine returns the conductive conductances and boundary elements associated with internal element. The conductance parameters are in array icondno
. This routine is used only with the CG conduction method.
Calling convention:
call condnos (intelem,icond,nc,bellist,numbel)
Arguments | Data type | Input/Output | Description |
---|---|---|---|
intelem
|
Integer | Call | The internal element number. |
icond
|
Integer array (4,maxc) | Return |
Conductances description.
|
nc
|
Integer | Return | The number of conductances returned in icond . The second dimension of icond must be greater than nc . |
bellist
|
Integer array | Return | The internal element number of the L’th boundary element of element intelem . |
numbel
|
Integer | Return | The number of boundary elements in array bellist . |