Searched refs:fineparttype (Results 1 – 1 of 1) sorted by relevance
19 char *fineparttype; /* partitioner on fine level */ member82 PetscCall(PetscStrallocpy("NONE", &hpart->fineparttype)); in MatPartitioningApply_Hierarchical()182 if (!hpart->fineparttype) { in MatPartitioningApply_Hierarchical()185 PetscCall(PetscStrallocpy(MATPARTITIONINGPARMETIS, &hpart->fineparttype)); in MatPartitioningApply_Hierarchical()188 PetscCall(PetscStrallocpy(MATPARTITIONINGPTSCOTCH, &hpart->fineparttype)); in MatPartitioningApply_Hierarchical()191 PetscCall(PetscStrallocpy(MATPARTITIONINGCHACO, &hpart->fineparttype)); in MatPartitioningApply_Hierarchical()194 PetscCall(PetscStrallocpy(PETSC_HAVE_PARTY, &hpart->fineparttype)); in MatPartitioningApply_Hierarchical()199 PetscCall(MatPartitioningSetType(hpart->fineMatPart, hpart->fineparttype)); in MatPartitioningApply_Hierarchical()362 PetscCall(PetscViewerASCIIPrintf(viewer, " Fine partitioner: %s\n", hpart->fineparttype)); in MatPartitioningView_Hierarchical()427 PetscCall(PetscFree(hpart->fineparttype)); in MatPartitioningSetFromOptions_Hierarchical()[all …]