Poisson.KernelParams#

class Poisson.KernelParams(N: int, omega: float, tolerance: float = 1e-10, max_iter: int = 100000, numba_threads: int | None = None)[source]#

Bases: object

Kernel configuration parameters.

Note: N is the LOCAL grid size (after domain decomposition + halo zones for MPI). For standalone usage, N is the full problem size.

N: int#
h: float#
max_iter: int = 100000#
numba_threads: int | None = None#
omega: float#
tolerance: float = 1e-10#