Searched refs:nAdaptLoc (Results 1 – 1 of 1) sorted by relevance
91 PetscInt nAdaptLoc[2], nAdapt[2]; in AdaptMesh() local94 nAdaptLoc[0] = nAdaptLoc[1] = 0; in AdaptMesh()121 ++nAdaptLoc[0]; in AdaptMesh()125 ++nAdaptLoc[1]; in AdaptMesh()130 …PetscCallMPI(MPIU_Allreduce(&nAdaptLoc, &nAdapt, 2, MPIU_INT, MPI_SUM, PetscObjectComm((PetscObjec… in AdaptMesh()