pyna.field_data#

Cylindrical coordinate field data structures.

This module re-exports the canonical field classes from pyna.fields.cylindrical. The legacy dataclass implementations (ported from Jynamics.jl) have been removed; all code should use the canonical hierarchy in pyna.fields directly.

Canonical imports#

>>> from pyna.fields import ScalarFieldCylind, VectorFieldCylind
>>> from pyna.fields import VectorFieldCylindAxisym, ScalarFieldCylindAxisym