ValueDistributionT Enumeration

Enum that describes the procedure for calculating nodal values from element values of elements that include the given node.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public enum ValueDistributionT

Members

average 0 The average value of the element values is taken.
maxabs 1 The maximum absolute value of the element values is taken.
max 2 The maximum value of the element values is taken.
min 3 The minimum value of the element values is taken.

See Also