Home
last modified time | relevance | path

Searched refs:colIndices (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkoskernels.kokkos.cxx180 jac->colIndices = new IntView("colIndices", Nsolves / Nsolves_team, nnz); in PCApply_BJKOKKOSKERNELS()
188 IntView &colIndices = *jac->colIndices; in PCApply_BJKOKKOSKERNELS() local
233 …if (fill_idx && blkID % Nsolves_team == 0) colIndices(graphID, rowOffsets(graphID, rowb - start) +… in PCApply_BJKOKKOSKERNELS()
255 …IntView, XYType, KrylovHandleType>(batch_values, inv_diag, rowOffsets, colIndices, batch_x, batch_… in PCApply_BJKOKKOSKERNELS()
H A Dbjkokkos.kokkos.cxx1029 if (jac->colIndices) delete jac->colIndices; in PCReset_BJKOKKOS()
1034 jac->colIndices = NULL; in PCReset_BJKOKKOS()
1218 jac->colIndices = NULL; in PCCreate_BJKOKKOS()
/petsc/include/petsc/private/
H A Dpcbjkokkosimpl.h61 IntView *colIndices; member
/petsc/src/ksp/pc/impls/amgx/
H A Damgx.cxx263 const PetscInt *colIndices; in PCSetUp_AMGX() local
265 …IJ(amgx->localA, 0, PETSC_FALSE, PETSC_FALSE, &amgx->nLocalRows, &rowOffsets, &colIndices, &done)); in PCSetUp_AMGX()
296 …mgx->nLocalRows, (int)amgx->nnz, amgx->bSize, amgx->bSize, rowOffsets, colIndices, amgx->values, N… in PCSetUp_AMGX()
302 …MatRestoreRowIJ(amgx->localA, 0, PETSC_FALSE, PETSC_FALSE, &nlr, &rowOffsets, &colIndices, &done)); in PCSetUp_AMGX()
/petsc/src/dm/impls/plex/
H A Dplextree.c2367 PetscInt *rowIndices, *colIndices, a, aDof = 0, aOff; in DMPlexComputeInterpolatorTree() local
2371 PetscCall(DMGetWorkArray(coarse, numColIndices, MPIU_INT, &colIndices)); in DMPlexComputeInterpolatorTree()
2397 …al(localCoarse, PETSC_TRUE, anchor, lOff, newOffsetsCopy, PETSC_TRUE, NULL, -1, NULL, colIndices)); in DMPlexComputeInterpolatorTree()
2404 …ternal(localCoarse, PETSC_TRUE, anchor, lOff, newOffsetsCopy, PETSC_TRUE, NULL, NULL, colIndices)); in DMPlexComputeInterpolatorTree()
2413 …PetscCall(MatGetValues(cMat, iSize, &rowIndices[offsets[f]], jSize, &colIndices[newOffsets[f]], &p… in DMPlexComputeInterpolatorTree()
2426 PetscCall(MatGetValues(cMat, numRowIndices, rowIndices, numColIndices, colIndices, pMat)); in DMPlexComputeInterpolatorTree()
2434 PetscCall(DMRestoreWorkArray(coarse, numColIndices, MPIU_INT, &colIndices)); in DMPlexComputeInterpolatorTree()
3730 const PetscInt *colIndices = &childIndices[offsets[f]]; in DMPlexComputeInjectorTree() local
3732 …fsets[f + 1] - rowOffsets[f], rowIndices, offsets[f + 1] - offsets[f], colIndices, childMat, INSER… in DMPlexComputeInjectorTree()