Searched refs:fact_bound (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/impls/vi/ |
| H A D | vi.c | 103 PetscInt act_bound[2] = {0, 0}, fact_bound[2]; in SNESMonitorVI() local 134 …PetscCallMPI(MPIU_Allreduce(act_bound, fact_bound, 2, MPIU_INT, MPI_SUM, PetscObjectComm((PetscObj… in SNESMonitorVI() 140 … %g Percent of bounded %g\n", its, (double)fnorm, fact[0], fact_bound[0], fact[1], fact_bound[1], … in SNESMonitorVI()
|