Poisson.KernelParams#
- class Poisson.KernelParams(N: int, omega: float, tolerance: float = 1e-10, max_iter: int = 100000, numba_threads: int | None = None)[source]#
Bases:
objectKernel 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.