Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex49f.F9035 PetscCount, parameter:: iN = 3
62 PetscCallA(PetscSortInt(iN, x, ierr))
67 PetscCallA(PetscSortIntWithArray(iN, y, x, ierr))
68 PetscCallA(PetscSortIntWithArrayPair(iN, x, y, z, ierr))
70 PetscCallA(PetscSortMPIInt(iN, mx, ierr))
71 PetscCallA(PetscSortMPIIntWithArray(iN, mx, my, ierr))
72 PetscCallA(PetscSortMPIIntWithIntArray(iN, mx, y, ierr))
74 PetscCallA(PetscSortIntWithScalarArray(iN, x, s, ierr))
76 PetscCallA(PetscSortReal(iN, r, ierr))
77 PetscCallA(PetscSortRealWithArrayInt(iN, r, x, ierr))
/petsc/src/dm/impls/redundant/
H A Ddmredundant.c92 PetscMPIInt rank, iN; in DMLocalToGlobalBegin_Redundant() local
114 PetscCall(PetscMPIIntCast(red->N, &iN)); in DMLocalToGlobalBegin_Redundant()
115 …PetscCallMPI(MPI_Reduce(source, gv, iN, MPIU_SCALAR, (imode == ADD_VALUES) ? MPIU_SUM : MPIU_MAX, … in DMLocalToGlobalBegin_Redundant()
139 PetscMPIInt iN; in DMGlobalToLocalBegin_Redundant() local
147 PetscCall(PetscMPIIntCast(red->N, &iN)); in DMGlobalToLocalBegin_Redundant()
148 PetscCallMPI(MPI_Bcast(lv, iN, MPIU_SCALAR, red->rank, PetscObjectComm((PetscObject)dm))); in DMGlobalToLocalBegin_Redundant()