Home
last modified time | relevance | path

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

/petsc/src/mat/impls/htool/
H A Dhtool.cxx164 const PetscInt *idxr, *idxc, *it; in MatCreateSubMatrices_Htool() local
176 PetscCall(ISGetIndices(icol[i], &idxc)); in MatCreateSubMatrices_Htool()
201 … a->wrapper->copy_submatrix(nrow, m, idxr, idxc, ptr); /* vertical block B from above */ in MatCreateSubMatrices_Htool()
218 a->wrapper->copy_submatrix(m, 1, idxr, idxc + m + k, ptr + (m + k) * nrow); in MatCreateSubMatrices_Htool()
223 …->copy_submatrix(nrow, std::distance(it + A->rmap->n, idxr + nrow), idxr, idxc + m + A->rmap->n, p… in MatCreateSubMatrices_Htool()
240 …ubmatrix(std::distance(it + A->rmap->n, idxr + nrow), 1, it + A->rmap->n, idxc + m + k, ptr + (m +… in MatCreateSubMatrices_Htool()
250 if (!flg) a->wrapper->copy_submatrix(nrow, m, idxr, idxc, ptr); /* reassemble everything */ in MatCreateSubMatrices_Htool()
252 PetscCall(ISRestoreIndices(icol[i], &idxc)); in MatCreateSubMatrices_Htool()
349 PetscInt *idxc; in MatGetRow_Htool() local
357 PetscCall(PetscMalloc1(A->cmap->N, &idxc)); in MatGetRow_Htool()
[all …]