Searched refs:partitionerType (Results 1 – 2 of 2) sorted by relevance
394 const char *partitionerType = NULL; in PetscPartitionerCreate() local402 PetscCall(PetscPartitionerGetDefaultType(comm, &partitionerType)); in PetscPartitionerCreate()403 PetscCall(PetscPartitionerSetType(p, partitionerType)); in PetscPartitionerCreate()
490 def partitionerType(self): member in BaseTestPlexHDF5569 part.setType(self.partitionerType())