Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c296 const PetscInt *irows_indices; in MatPartitioningHierarchical_AssembleSubdomain() local
306 PetscCall(ISGetIndices(irows, &irows_indices)); in MatPartitioningHierarchical_AssembleSubdomain()
307 …PetscCall(ISLocalToGlobalMappingCreate(comm, 1, irows_ln, irows_indices, PETSC_COPY_VALUES, mappin… in MatPartitioningHierarchical_AssembleSubdomain()
308 PetscCall(ISRestoreIndices(irows, &irows_indices)); in MatPartitioningHierarchical_AssembleSubdomain()
/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c15 const PetscInt *irows_indices, *icols_indices, *xadj, *adjncy; in MatCreateSubMatrix_MPIAdj_data() local
28 PetscCall(ISGetIndices(irows, &irows_indices)); in MatCreateSubMatrix_MPIAdj_data()
35 PetscCall(PetscLayoutFindOwnerIndex(rmap, irows_indices[i], &owner, &rlocalindex)); in MatCreateSubMatrix_MPIAdj_data()
64 PetscCall(PetscLayoutFindOwner(rmap, irows_indices[i], &owner)); in MatCreateSubMatrix_MPIAdj_data()
70 PetscCall(ISRestoreIndices(irows, &irows_indices)); in MatCreateSubMatrix_MPIAdj_data()