Home
last modified time | relevance | path

Searched refs:dj (Results 1 – 6 of 6) sorted by relevance

/petsc/src/mat/graphops/color/impls/jp/
H A Djp.c36 PetscInt *di, *oi, *dj, *oj; in MCJPGreatestWeight_Private() local
61 dj = daij->j; in MCJPGreatestWeight_Private()
76 dj = daij->j; in MCJPGreatestWeight_Private()
103 cols = &(dj[di[i]]); in MCJPGreatestWeight_Private()
143 PetscInt *di, *dj, dn; in MCJPInitialLocalColor_Private() local
164 dj = daij->j; in MCJPInitialLocalColor_Private()
172 dj = daij->j; in MCJPInitialLocalColor_Private()
190 cols = &(dj[di[i]]); in MCJPInitialLocalColor_Private()
207 cols = &(dj[di[idx]]); in MCJPInitialLocalColor_Private()
227 cols = &(dj[di[cidx]]); in MCJPInitialLocalColor_Private()
[all …]
/petsc/src/mat/tests/
H A Dex110.c9 PetscInt *di, *dj, *oi, *oj, nd; in main() local
43 …owIJ(AA, 0, PETSC_FALSE, PETSC_FALSE, &nd, (const PetscInt **)&di, (const PetscInt **)&dj, &done)); in main()
53 …hSplitArrays(PETSC_COMM_WORLD, 5, 5, PETSC_DETERMINE, PETSC_DETERMINE, di, dj, da, oi, ooj, oa, &B… in main()
57 …owIJ(AA, 0, PETSC_FALSE, PETSC_FALSE, &nd, (const PetscInt **)&di, (const PetscInt **)&dj, &done)); in main()
H A Dex302k.kokkos.cxx16 PetscInt *di, *dj, *oi, *oj, nd; in main() local
63 …owIJ(AA, 0, PETSC_FALSE, PETSC_FALSE, &nd, (const PetscInt **)&di, (const PetscInt **)&dj, &done)); in main()
105 PetscCallCXX(j_local_h = Kokkos::View<PetscInt *, HostMirrorMemorySpace>(dj, di[5])); in main()
143 …owIJ(AA, 0, PETSC_FALSE, PETSC_FALSE, &nd, (const PetscInt **)&di, (const PetscInt **)&dj, &done)); in main()
/petsc/src/ts/tutorials/
H A Dex14.c313 #define UpwindFluxXW(x3, x2, h, i, j, k, dj) \ argument
314dj][k].u, x3[i][k + dj][k].u), PetscRealPart(0.75 * x2[i - 1][j].h + 0.25 * x2[i - 1][j + dj].h),…
315 #define UpwindFluxXE(x3, x2, h, i, j, k, dj) \ argument
316dj][k].u, x3[i][k + dj][k].u), PetscRealPart(0.75 * x2[i][j].h + 0.25 * x2[i][j + dj].h), PetscRe…
/petsc/src/mat/impls/is/
H A Dmatis.c637 const PetscInt *di, *dj, *oi, *oj; in MatConvert_XAIJ_IS() local
727 PetscCall(MatGetRowIJ(Ad, 0, PETSC_FALSE, PETSC_FALSE, &i, &di, &dj, &flg)); in MatConvert_XAIJ_IS()
734 odj = dj; in MatConvert_XAIJ_IS()
783 *jj++ = *dj++; in MatConvert_XAIJ_IS()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c9812 PetscInt ni, *di, *dj, m = A->rmap->n, c, *ldata, *rdata; in MatAIJExtractRows() local
9837 PetscCall(PetscMalloc1(di[ni], &dj)); in MatAIJExtractRows()
9856 PetscCall(PetscSFBcastBegin(sf, MPIU_INT, da->j, dj, MPI_REPLACE)); in MatAIJExtractRows()
9857 PetscCall(PetscSFBcastEnd(sf, MPIU_INT, da->j, dj, MPI_REPLACE)); in MatAIJExtractRows()
9861 …PetscCall(MatCreateMPIAIJWithArrays(comm, ni, A->cmap->n, PETSC_DECIDE, A->cmap->N, di, dj, daa, s… in MatAIJExtractRows()
9865 PetscCall(PetscFree(dj)); in MatAIJExtractRows()