coordinates.core#
Core coordinate system classes for user / developer subclassing.
This module (as opposed to base
) provides stub classes for defining
custom coordinate systems that fall into a few standard types:
Curvilinear Coordinate Systems: should be descended from
CurvilinearCoordinateSystem
.Orthogonal Coordinate Systems: should be descended from
OrthogonalCoordinateSystem
.
Classes
|
Base class for general curvilinear coordinate systems. |
|
Base class for orthogonal curvilinear coordinate systems. |