|
ModelNodeIndToElementInds Method
|
Gets the list of element indices adjacent to a node of given index.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IEnumerable<int> NodeIndToElementInds(
int nodeInd
)
Public Function NodeIndToElementInds (
nodeInd As Integer
) As IEnumerable(Of Integer)
public:
IEnumerable<int>^ NodeIndToElementInds(
int nodeInd
)
member NodeIndToElementInds :
nodeInd : int -> IEnumerable<int>
Parameters
- nodeInd
- Type: SystemInt32
Index of the node to get the neighboring element indices.
Return Value
Type:
IEnumerableInt32Indices of elements adjacent to the node of given index.
See Also