Searched refs:ntemp (Results 1 – 2 of 2) sorted by relevance
390 PetscInt ntemp = n1; in ISIntersect() local395 n2 = ntemp; in ISIntersect()
1860 PetscReal ntemp = 0.0; in MatNorm_MPIAIJ() local1873 if (sum > ntemp) ntemp = sum; in MatNorm_MPIAIJ()1875 …PetscCallMPI(MPIU_Allreduce(&ntemp, norm, 1, MPIU_REAL, MPIU_MAX, PetscObjectComm((PetscObject)mat… in MatNorm_MPIAIJ()