Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/
H A Dprojection.c871 PetscErrorCode VecStepBoundInfo(Vec X, Vec DX, Vec XL, Vec XU, PetscReal *boundmin, PetscReal *wolf… in VecStepBoundInfo() argument
910 if (boundmin) { in VecStepBoundInfo()
911 PetscCallMPI(MPIU_Allreduce(&localmin, boundmin, 1, MPIU_REAL, MPIU_MIN, comm)); in VecStepBoundInfo()
912 PetscCall(PetscInfo(X, "Step Bound Info: Closest Bound: %20.19e\n", (double)*boundmin)); in VecStepBoundInfo()