template.class_template.SymmetryOrbitEQN.dimension_based_discretization
- classmethod SymmetryOrbitEQN.dimension_based_discretization(dimensions, **kwargs)[source]
Follow orbithunter conventions for discretization size.
- Parameters:
- dimensionstuple
Values from which the discretization may be inferred/calculated.
- kwargs
Various flags for defining discretization; can be highly dependent on equation and so is left as vague as possible.
- Returns:
- tuple
A tuple of ints
Notes
If physical scales need to be resolved, then discretization size usually scales with dimension; this is a method which should yield some heuristical methods for capturing this scaling. Microextensive equations should incrementally increase.