ValueDistributionT Enumeration
Enum that describes the procedure for calculating nodal values from element values of elements that include the given node.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public enum ValueDistributionT
Public Enumeration ValueDistributionT
public enum class ValueDistributionT
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.
|