Click or drag to resize

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)
Syntax
public IEnumerable<int> NodeIndToElementInds(
	int nodeInd
)

Parameters

nodeInd
Type: SystemInt32
Index of the node to get the neighboring element indices.

Return Value

Type: IEnumerableInt32
Indices of elements adjacent to the node of given index.
See Also