Searched refs:boundmax (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/utils/ |
| H A D | projection.c | 871 …dInfo(Vec X, Vec DX, Vec XL, Vec XU, PetscReal *boundmin, PetscReal *wolfemin, PetscReal *boundmax) in VecStepBoundInfo() argument 918 if (boundmax) { in VecStepBoundInfo() 919 PetscCallMPI(MPIU_Allreduce(&localmax, boundmax, 1, MPIU_REAL, MPIU_MAX, comm)); in VecStepBoundInfo() 920 if (*boundmax < 0) *boundmax = PETSC_INFINITY; in VecStepBoundInfo() 921 PetscCall(PetscInfo(X, "Step Bound Info: Max: %20.19e\n", (double)*boundmax)); in VecStepBoundInfo()
|