Home
last modified time | relevance | path

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

/petsc/src/dm/partitioner/interface/
H A Dpartitionerreg.c5 PetscFunctionList PetscPartitionerList = NULL; variable
43 PetscCall(PetscFunctionListAdd(&PetscPartitionerList, sname, function)); in PetscPartitionerRegister()
95 PetscCall(PetscFunctionListDestroy(&PetscPartitionerList)); in PetscPartitionerFinalizePackage()
H A Dpartitioner.c39 PetscCall(PetscFunctionListFind(PetscPartitionerList, name, &r)); in PetscPartitionerSetType()
183 …artitioner_type", "Graph partitioner", "PetscPartitionerSetType", PetscPartitionerList, currentTyp… in PetscPartitionerSetFromOptions()
/petsc/include/
H A Dpetscpartitioner.h40 PETSC_EXTERN PetscFunctionList PetscPartitionerList; variable