src.domains.time_space module#

TimeSpace(times: ndarray, units: Quantity)[source]#
isinstance_timespace(obj) bool[source]#
are_compatible_timespaces(ts1: object, ts2: object) bool[source]#
class TimeRGSpace(shape, units, distances)[source]#

Bases: RGSpace

RGSpace for time

__init__(shape, units, distances)[source]#
property units#
class UnstructuredTimeDomain(shape, units)[source]#

Bases: UnstructuredDomain

UnstructuredDomain for time

__init__(shape, units)[source]#
property units#