Home
last modified time | relevance | path

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

/petsc/src/dm/tests/
H A Dex32.c8 PetscReal nrm, gnrm; in CompareGhostedCoords() local
15 PetscCallMPI(MPIU_Allreduce(&nrm, &gnrm, 1, MPIU_REAL, MPIU_MAX, PETSC_COMM_WORLD)); in CompareGhostedCoords()
16 …(PetscPrintf(PETSC_COMM_WORLD, "norm of difference of ghosted coordinates %8.2e\n", (double)gnrm)); in CompareGhostedCoords()