warp.fem.cells#
- warp.fem.cells = <warp._src.fem.operator.Operator object>#
Convert a side domain to a cell domain, or a traced field to its cell-level field.
When applied to a
Domaindefined on sides, returns the corresponding cell domain. When applied to a tracedField, returns the underlying cell-level field for correct evaluation at cell-space samples (e.g., fromlookup()on a cell domain).