Searched refs:n_isl (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/bound/utils/ |
| H A D | isutil.c | 188 PetscInt i, n_isl = 0, n_isu = 0, n_isf = 0, n_isa = 0, n_isi = 0; in TaoEstimateActiveBounds() local 261 isl[n_isl] = low + i; in TaoEstimateActiveBounds() 262 ++n_isl; in TaoEstimateActiveBounds() 285 PetscCallMPI(MPIU_Allreduce(&n_isl, &N_isl, 1, MPIU_INT, MPI_SUM, comm)); in TaoEstimateActiveBounds() 293 PetscCall(ISCreateGeneral(comm, n_isl, isl, PETSC_OWN_POINTER, active_lower)); in TaoEstimateActiveBounds()
|