Home
last modified time | relevance | path

Searched refs:alldone (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/interface/
H A Ddmget.c49 goto alldone; in DMGetLocalVector()
54 alldone: in DMGetLocalVector()
99 goto alldone; in DMRestoreLocalVector()
105 alldone: in DMRestoreLocalVector()
158 goto alldone; in DMGetGlobalVector()
163 alldone: in DMGetGlobalVector()
285 goto alldone; in DMRestoreGlobalVector()
291 alldone: in DMRestoreGlobalVector()
/petsc/src/snes/impls/gs/
H A Dgssecant.c22 PetscBool mat = gs->secant_mat, equal, isdone, alldone; in SNESComputeNGSDefaultSecant() local
107 …PetscCallMPI(MPIU_Allreduce(&isdone, &alldone, 1, MPI_C_BOOL, MPI_LAND, PetscObjectComm((PetscObje… in SNESComputeNGSDefaultSecant()
108 if (alldone) break; in SNESComputeNGSDefaultSecant()