Searched refs:hasrepeated (Results 1 – 1 of 1) sorted by relevance
2496 PetscBool rhas, chas, hasrepeated; in MatLoad_IS() local2501 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()