Home
last modified time | relevance | path

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

/petsc/src/dm/partitioner/interface/
H A Dpartitionerreg.c53 PETSC_EXTERN PetscErrorCode PetscPartitionerCreate_Gather(PetscPartitioner);
76 PetscCall(PetscPartitionerRegister(PETSCPARTITIONERGATHER, PetscPartitionerCreate_Gather)); in PetscPartitionerRegisterAll()
/petsc/src/dm/partitioner/impls/gather/
H A Dpartgather.c42 PETSC_EXTERN PetscErrorCode PetscPartitionerCreate_Gather(PetscPartitioner part) in PetscPartitionerCreate_Gather() function