Searched refs:twodim (Results 1 – 4 of 4) sorted by relevance
90 …edPrintf(viewer, "Topological two dim? %s (set %s)\n", PetscBools[graph->twodim], PetscBools[graph… in PCBDDCGraphASCIIView()143 …if (verbosity_level > 2 || graph->twodim || graph->nodes[node_num].count > 2 || (graph->nodes[node… in PCBDDCGraphASCIIView()218 …if (!graph->twodim && graph->nodes[repdof].count == 2 && graph->nodes[repdof].special_dof != PCBDD… in PCBDDCGraphGetCandidatesIS()554 PetscBool twodim = PETSC_TRUE; in PCBDDCGraphComputeConnectedComponents() local559 twodim = PETSC_FALSE; in PCBDDCGraphComputeConnectedComponents()563 …PetscCallMPI(MPIU_Allreduce(&twodim, &graph->twodim, 1, MPI_C_BOOL, MPI_LAND, PetscObjectComm((Pet… in PCBDDCGraphComputeConnectedComponents()1203 graph->twodim = PETSC_FALSE; in PCBDDCGraphReset()
143 if (pcbddc->mat_graph->twodim) { in PCView_BDDC()1531 …adaptive_selection && !pcbddc->use_deluxe_scaling && !pcbddc->mat_graph->twodim), PetscObjectComm(… in PCSetUp_BDDC()
918 pcbddc->mat_graph->twodim = PETSC_FALSE; in PCBDDCNedelecSupport()1144 pcbddc->mat_graph->twodim = PETSC_FALSE; in PCBDDCNedelecSupport()
36 PetscBool twodim; member