template.class_template.SymmetryOrbitEQN.dimension_labels

static SymmetryOrbitEQN.dimension_labels()[source]

Strings to use to label dimensions/periods; typically a subset of parameter_labels.

Returns
tuple :

tuple of strings which label the dimensions of the current equation

Examples

For classes where dimensions are the only parameters (i.e. Orbit) this returns

>>> "t", "x", "y", "z"