Click or drag to resize
PbMesh2DExtrapolationMethods Enumeration

Specifies the type of extrapolation used by getFaultMesh() when computing values on the fault lines.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum ExtrapolationMethods
Members
  Member nameValueDescription
USE_ADJACENT_DERIVS0

Computes the value at a point of the fault line by using the derivatives at its adjacent nodes.

USE_ADJACENT_VALUES1

Computes the value at a point of the fault line as the average values of its adjacent nodes.

Remarks