4.1.5.1 pde.backends.scipy.operators package

Package collecting modules defining discretized operators for different grids.

These operators can either be used directly or they are imported by the respective methods defined on fields and grids.

cartesian

This module implements differential operators on Cartesian grids using scipy.

cylindrical_sym

This module implements differential operators on cylindrical grids.

polar_sym

This module implements differential operators on polar grids.

spherical_sym

This module implements differential operators on spherical grids.