Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpartitioner.pxi14 PetscErrorCode PetscPartitionerDestroy(PetscPartitioner*)
H A DPartitioner.pyx52 petsc.PetscPartitionerDestroy
55 CHKERR(PetscPartitionerDestroy(&self.part))
/petsc/include/
H A Dpetscpartitioner.h44 PETSC_EXTERN PetscErrorCode PetscPartitionerDestroy(PetscPartitioner *);
/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c250 PetscErrorCode PetscPartitionerDestroy(PetscPartitioner *part) in PetscPartitionerDestroy() function
401 …etscPartitioner", "Graph Partitioner", "PetscPartitioner", comm, PetscPartitionerDestroy, PetscPar… in PetscPartitionerCreate()
/petsc/src/dm/partitioner/tests/
H A Dex33.c128 PetscCall(PetscPartitionerDestroy(&p)); in main()
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c305 PetscCall(PetscPartitionerDestroy(&p->ppart[l])); in PetscPartitionerReset_Multistage()
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2331 PetscCall(PetscPartitionerDestroy(&gatherPart)); in DMPlexGetGatherDM()
2332 PetscCall(PetscPartitionerDestroy(&oldPart)); in DMPlexGetGatherDM()
H A Dplexpartition.c942 PetscCall(PetscPartitionerDestroy(&mesh->partitioner)); in DMPlexSetPartitioner()
H A Dplex.c2857 PetscCall(PetscPartitionerDestroy(&mesh->partitioner)); in DMDestroy_Plex()