Searched refs:isms (Results 1 – 2 of 2) sorted by relevance
349 PetscBool touched, isms; in PetscPartitionerMultistageSetStages() local356 PetscCall(PetscObjectTypeCompare((PetscObject)part, PETSCPARTITIONERMULTISTAGE, &isms)); in PetscPartitionerMultistageSetStages()357 if (!isms) PetscFunctionReturn(PETSC_SUCCESS); in PetscPartitionerMultistageSetStages()
1840 PetscBool flg, balance, isms; in DMPlexDistribute() local1858 PetscCall(PetscObjectTypeCompare((PetscObject)partitioner, PETSCPARTITIONERMULTISTAGE, &isms)); in DMPlexDistribute()1859 if (isms) { in DMPlexDistribute()