Skip to documentation content
On this page
  1. Contract
  2. Signature

sample_points

Sample a point field at many coordinates. By default values are linearly interpolated inside the containing tetrahedron. Set ``nearest=True`` for nearest-node probing when points are outside the solved mesh or exact nodal values are desired.

Sample a point field at many coordinates. By default values are linearly interpolated inside the containing tetrahedron. Set nearest=True for nearest-node probing when points are outside the solved mesh or exact nodal values are desired.

Contract

PropertyValue
symboltelion_api.Data.sample_points
signature(name: 'str', points: 'Iterable[Iterable[float]]', tolerance: 'float' = 1e-10, nearest: 'bool' = False) -> 'list[float | list[float]]'
returnlist[float | list[float]]

Signature

telion_api.Data.sample_points(name: 'str', points: 'Iterable[Iterable[float]]', tolerance: 'float' = 1e-10, nearest: 'bool' = False) -> 'list[float | list[float]]'
sample_points — Telion Python API 0.1.0-alpha | Telion