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

jacobian

Compute the per-cell Jacobian of a three-component point field. Components are stored row-major as ``[du/dx, du/dy, du/dz, dv/dx, ..., dw/dz]`` for each tetrahedron.

Compute the per-cell Jacobian of a three-component point field. Components are stored row-major as [du/dx, du/dy, du/dz, dv/dx, ..., dw/dz] for each tetrahedron.

Contract

PropertyValue
symboltelion_api.Dataset.jacobian
signature(field: 'str', name: 'str | None' = None, unit: 'str | None' = None) -> 'Field'
returnField

Signature

telion_api.Dataset.jacobian(field: 'str', name: 'str | None' = None, unit: 'str | None' = None) -> 'Field'
jacobian — Telion Python API 0.1.0-alpha | Telion