Home
last modified time | relevance | path

Searched refs:ppart (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c27 PetscPartitioner *ppart; member
70 PetscPartitioner ppart = p->ppart[l]; in PetscPartitionerView_Multistage() local
71 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 …]