Poisson.GlobalMetrics#

class Poisson.GlobalMetrics(iterations: int = 0, converged: bool = False, final_error: float | None = None, wall_time: float | None = None, total_compute_time: float | None = None, total_halo_time: float | None = None, total_mpi_comm_time: float | None = None)[source]#

Bases: object

Final convergence metrics (computed/stored on rank 0 only).

converged: bool = False#
final_error: float | None = None#
iterations: int = 0#
total_compute_time: float | None = None#
total_halo_time: float | None = None#
total_mpi_comm_time: float | None = None#
wall_time: float | None = None#