PbMesh2DExtrapolationMethods Enumeration |
Specifies the type of extrapolation used by getFaultMesh() when computing values on the fault lines.
Namespace: OIV.MeshViz.Data
Member name | Value | Description | |
---|---|---|---|
USE_ADJACENT_DERIVS | 0 | Computes the value at a point of the fault line by using the derivatives at its adjacent nodes. | |
USE_ADJACENT_VALUES | 1 | Computes the value at a point of the fault line as the average values of its adjacent nodes. |