.TH PGADone 8 "05/01/95" " " "PGAPack" .SH NAME PGADone \- Returns PGA_TRUE if the stopping conditions have been met, otherwise returns false. .SH DESCRIPTION Calls exactly one of the user defined C or fortran or system (PGACheckStoppingConditions) stopping condition functions. .SH INPUT PARAMETERS .PD 0 .TP ctx - context variable .PD 0 .TP comm - an MPI communicator .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP none .PD 1 .SH SYNOPSIS .nf #include "pgapack.h" int PGADone(ctx, comm) PGAContext *ctx MPI_Comm comm .fi .SH LOCATION stop.c .SH EXAMPLE .nf Example: PGAContext *ctx; : PGADone(ctx, comm); .fi