4.2.2.5 pde.grids.coordinates.cylindrical module

class CylindricalCoordinates[source]

Bases: CoordinatesBase

n-dimensional Cartesian coordinates

axes: list[str] = ['r', 'φ', 'z']

Names of all axes that are described by the grid

Type:

list

coordinate_limits: list[tuple[float, float]] = [(0, inf), (0, 6.283185307179586), (-inf, inf)]

the limits of the actual coordinates

Type:

list of tuple

dim: int = 3

spatial dimension of the coordinates

Type:

int