neso_fame.mesh.NormalisedCurve

A function describing a segment of a curve.

Often this curve represents a field line.

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]], Coords]


Last update: Sep 23, 2024