methodAvailable
gradient
Compute the per-cell gradient of a scalar point field on tetrahedra. The returned field is located on cells with three components ``[df/dx, df/dy, df/dz]`` per tetrahedron. This is exact for first-order tetrahedral result fields and is the standard finite-element gradient reconstruction for P1 scalar fields.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Data.gradient | — |
| signature | (field: 'str', name: 'str | None' = None, unit: 'str | None' = None) -> 'Field' | — |
| return | Field | — |
Compute the per-cell gradient of a scalar point field on tetrahedra. The returned field is located on cells with three components [df/dx, df/dy, df/dz] per tetrahedron. This is exact for first-order tetrahedral result fields and is the standard finite-element gradient reconstruction for P1 scalar fields.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Data.gradient |
| signature | (field: 'str', name: 'str | None' = None, unit: 'str | None' = None) -> 'Field' |
| return | Field |
Signature
telion_api.Data.gradient(field: 'str', name: 'str | None' = None, unit: 'str | None' = None) -> 'Field'