Searched refs:it2 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 520 PetscErrorCode test_iterators(map_type &map, It it, It it2) noexcept in test_iterators() argument 529 …MapCheck(map, it == it2, PETSC_COMM_SELF, PETSC_ERR_PLIB, "%s iterator does not equal itself?", it… in test_iterators() 531 PetscCallCXX(it2++); in test_iterators() 532 …MapCheck(map, it == it2, PETSC_COMM_SELF, PETSC_ERR_PLIB, "%s iterator does not equal itself after… in test_iterators() 534 PetscCallCXX(it2--); in test_iterators() 535 …MapCheck(map, it == it2, PETSC_COMM_SELF, PETSC_ERR_PLIB, "%s iterator does not equal itself after… in test_iterators()
|
| /petsc/src/tao/unconstrained/impls/bmrm/ |
| H A D | bmrm.c | 11 PetscInt i, j, innerIter, it, it2, luv, info; in solve() local 104 it = it2 = 0; in solve() 109 if (PetscAbsReal(y[i]) > ProdDELTAsv) ipt2[it2++] = i; in solve() 114 if (it < it2) { in solve() 120 for (i = 0; i < it2; i++) { in solve()
|