neso_fame.mesh.AcrossFieldCurve

A function describing a segment of a curve in the x1-x2 plane. This curve is not aligned with the magnetic field.

Parameters:
s : numpy.typing.ArrayLike

An argument between 0 and 1, where 0 corresponds to the start of the curve and 1 to the end.

Returns:

The locations on the curve. The distance of the point from the start of the field line is directly proportional to s.

Return type:

Coords

Alias

alias of Callable[[_SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]], SliceCoords]


Last update: Sep 23, 2024