grids.mixins#

Modular mix-in classes for enhancing grid functionality / organization in Pisces Geometry.

This submodule defines reusable mixins that extend the behavior of grid classes without requiring deep inheritance hierarchies. Additionally, all grid mathematics (including support for both dense and sparse tensor representations) is present in the mathematics mixin modules.

Modules

chunking

Mixin classes to support chunking in grids.

core

Core mixins for the PyMetric grid infrastructure.

mathops

Grid operator mixins for differential geometry and field computations.