Searched refs:MATPARTITIONINGPTSCOTCH (Results 1 – 7 of 7) sorted by relevance
10 PetscMatPartitioningType MATPARTITIONINGPTSCOTCH
11 PARTITIONINGPTSCOTCH = S_(MATPARTITIONINGPTSCOTCH)
48 PetscCall(MatPartitioningRegister(MATPARTITIONINGPTSCOTCH, MatPartitioningCreate_PTScotch)); in MatPartitioningRegisterAll()
777 def = MATPARTITIONINGPTSCOTCH; in MatPartitioningSetFromOptions()
124 PetscCall(MatPartitioningSetType(hpart->coarseMatPart, MATPARTITIONINGPTSCOTCH)); in MatPartitioningApply_Hierarchical()125 PetscCall(PetscStrallocpy(MATPARTITIONINGPTSCOTCH, &hpart->coarseparttype)); in MatPartitioningApply_Hierarchical()187 PetscCall(MatPartitioningSetType(hpart->fineMatPart, MATPARTITIONINGPTSCOTCH)); in MatPartitioningApply_Hierarchical()188 PetscCall(PetscStrallocpy(MATPARTITIONINGPTSCOTCH, &hpart->fineparttype)); in MatPartitioningApply_Hierarchical()
1794 #define MATPARTITIONINGPTSCOTCH "ptscotch" macro
7918 PetscCall(MatPartitioningSetType(partitioner, MATPARTITIONINGPTSCOTCH)); in PCBDDCMatISGetSubassemblingPattern()