Home
last modified time | relevance | path

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

/petsc/src/mat/impls/nest/
H A Dmatnest.c1958 const PetscInt *bNindices; in MatAXPY_Dense_Nest() local
1961 PetscCall(ISGetIndices(bNis, &bNindices)); in MatAXPY_Dense_Nest()
1990 for (k = 0; k < brncols; k++) cols[k] = bNindices[brcols[k]]; in MatAXPY_Dense_Nest()
2009 PetscCall(ISRestoreIndices(bNis, &bNindices)); in MatAXPY_Dense_Nest()
2113 const PetscInt *bNindices; in MatConvert_Nest_AIJ() local
2118 PetscCall(ISGetIndices(bNis, &bNindices)); in MatConvert_Nest_AIJ()
2167 col = bNindices[brcols[k]]; in MatConvert_Nest_AIJ()
2188 PetscCall(ISRestoreIndices(bNis, &bNindices)); in MatConvert_Nest_AIJ()