Home
last modified time | relevance | path

Searched refs:hasrepeated (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
2501 hasrepeated = (PetscBool)(rhas || chas); in MatLoad_IS()
2502 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &hasrepeated, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((P… in MatLoad_IS()
2503 if (!hasrepeated) allow = PETSC_FALSE; in MatLoad_IS()