Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c294 PetscInt irows_ln; in MatPartitioningHierarchical_AssembleSubdomain() local
305 PetscCall(ISGetLocalSize(irows, &irows_ln)); in MatPartitioningHierarchical_AssembleSubdomain()
307 …PetscCall(ISLocalToGlobalMappingCreate(comm, 1, irows_ln, irows_indices, PETSC_COPY_VALUES, mappin… in MatPartitioningHierarchical_AssembleSubdomain()