Poisson.LocalParams#
- class Poisson.LocalParams(N_local: int, local_start: tuple[int, int, int], local_end: tuple[int, int, int], kernel: KernelParams)[source]#
Bases:
objectLocal rank-specific parameters (computed after decomposition).
Each rank has its own LocalParams with rank-specific values including the kernel configuration for that rank’s local domain size.
- kernel: KernelParams#