Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

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.

Reference contract

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

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'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Dataset.jacobian
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Dataset.jacobian