Searched refs:MatPartitioningList (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/graphops/partition/ |
| H A D | partition.c | 160 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 D | dlregismat.c | 44 PetscCall(PetscFunctionListDestroy(&MatPartitioningList)); in MatFinalizePackage()
|
| /petsc/include/ |
| H A D | petscmat.h | 382 PETSC_EXTERN PetscFunctionList MatPartitioningList; variable
|