Home
last modified time | relevance | path

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

/petsc/src/snes/utils/dm/
H A Ddmadapt.c861 PetscReal minMaxInd[2] = {PETSC_MAX_REAL, PETSC_MIN_REAL}, minMaxIndGlobal[2]; in DMAdaptorComputeErrorIndicator_Gradient() local
952 …PetscCall(PetscGlobalMinMaxReal(PetscObjectComm((PetscObject)adaptor), minMaxInd, minMaxIndGlobal)… in DMAdaptorComputeErrorIndicator_Gradient()
953 …"DMAdaptor: error indicator range (%g, %g)\n", (double)minMaxIndGlobal[0], (double)minMaxIndGlobal in DMAdaptorComputeErrorIndicator_Gradient()
/petsc/src/ts/tutorials/
H A Dex11.c1115 PetscReal minMaxInd[2] = {PETSC_MAX_REAL, PETSC_MIN_REAL}, minMaxIndGlobal[2]; in adaptToleranceFVMSetUp() local
1187 …PetscCallMPI(MPIU_Allreduce(minMaxInd, minMaxIndGlobal, 2, MPIU_REAL, MPI_MIN, PetscObjectComm((Pe… in adaptToleranceFVMSetUp()
1188 …cInfo(ts, "error indicator range (%E, %E)\n", (double)minMaxIndGlobal[0], (double)(-minMaxIndGloba… in adaptToleranceFVMSetUp()