pyna.topo.invariants#
Attributes#
Generic alias kept for linear stability / return-map Jacobian data. |
Classes#
Generic period-1 fixed point of a discrete map. |
Module Contents#
- pyna.topo.invariants.MonodromyData[source]#
Generic alias kept for linear stability / return-map Jacobian data.
- class pyna.topo.invariants.FixedPoint[source]#
Bases:
pyna.topo._base.InvariantManifoldGeneric period-1 fixed point of a discrete map.
The state lives in arbitrary finite-dimensional coordinates. Optional section metadata may be attached when the fixed point is represented on a chosen section of a flow.
- state: numpy.ndarray[source]#
- stability: pyna.topo.core.LinearStabilityData | None = None[source]#
- property intrinsic_dim: int[source]#
Intrinsic dimension of the invariant manifold (None if unknown).
- as_section_point() pyna.topo.core.SectionPoint[source]#
- as_orbit() pyna.topo.core.PeriodicOrbit[source]#