Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/partition/
H A Dpartition.c160 PetscFunctionList MatPartitioningList = NULL; variable
188 PetscCall(PetscFunctionListAdd(&MatPartitioningList, sname, function)); in MatPartitioningRegister()
730 PetscCall(PetscFunctionListFind(MatPartitioningList, type, &r)); in MatPartitioningSetType()
784 …rtitioning_type", "Type of partitioner", "MatPartitioningSetType", MatPartitioningList, def, type,… in MatPartitioningSetFromOptions()
/petsc/src/mat/interface/
H A Ddlregismat.c44 PetscCall(PetscFunctionListDestroy(&MatPartitioningList)); in MatFinalizePackage()
/petsc/include/
H A Dpetscmat.h382 PETSC_EXTERN PetscFunctionList MatPartitioningList; variable