Expand description
Core data structures for the solver.
This module defines the fundamental structures used for discretizing the state space:
Grid: Represents the N-dimensional discretized domain.Tensor: Handles indexing and coordinate mapping for N-dimensional arrays flattened into 1D vectors.