Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c2496 PetscBool rhas, chas, hasrepeated; in MatLoad_IS() local
2499 if (rmap != cmap) PetscCall(ISLocalToGlobalMappingHasRepeatedLocal_Private(cmap, &chas)); in MatLoad_IS()
2500 else chas = rhas; in MatLoad_IS()
2501 hasrepeated = (PetscBool)(rhas || chas); in MatLoad_IS()