Searched refs:ppart (Results 1 – 1 of 1) sorted by relevance
27 PetscPartitioner *ppart; member70 PetscPartitioner ppart = p->ppart[l]; in PetscPartitionerView_Multistage() local71 MPI_Comm pcomm = PetscObjectComm((PetscObject)ppart); in PetscPartitionerView_Multistage()108 if (ppart) { in PetscPartitionerView_Multistage()126 PetscCall(PetscPartitionerView(ppart, pviewer)); in PetscPartitionerView_Multistage()128 PetscCall(PetscPartitionerView(ppart, pviewer)); in PetscPartitionerView_Multistage()305 PetscCall(PetscPartitionerDestroy(&p->ppart[l])); in PetscPartitionerReset_Multistage()308 PetscCall(PetscFree(p->ppart)); in PetscPartitionerReset_Multistage()368 PetscCall(PetscCalloc1(p->levels, &p->ppart)); in PetscPartitionerMultistageSetStages()417 PetscCall(PetscPartitionerCreate(lcomm, &p->ppart[l])); in PetscPartitionerMultistageSetStages()[all …]