block.field.tol
Syntax
- f = block.field.tol()
- block.field.tol() = f
Get/set the tolerance used for the polynomial method of extrapolation. The default is 1e-7.
This value is used to detect a degeneracy in the matrix used to solve for polynomial extrapolation coefficients. If a degeneracy is detected, the matrix is revised to assume there is no change in that degree-of-freedom.
- Returns:
f - tolerance used for polynomial method of extrapolation
- Accepts:
f - tolerance used for polynomial method of extrapolation
Was this helpful? ... | Itasca Software © 2023, Itasca | Updated: Nov 30, 2023 |