Lines Matching refs:is_dir
884 if (sub_schurs->is_dir) { in PCBDDCSubSchursSetUp()
888 PetscCall(ISGetLocalSize(sub_schurs->is_dir, &n_dir)); in PCBDDCSubSchursSetUp()
889 PetscCall(ISGetIndices(sub_schurs->is_dir, &idxs)); in PCBDDCSubSchursSetUp()
893 PetscCall(ISRestoreIndices(sub_schurs->is_dir, &idxs)); in PCBDDCSubSchursSetUp()
1607 if (sub_schurs->is_dir) { /* dirichlet dofs could have different scalings */ in PCBDDCSubSchursSetUp()
1608 PetscCall(ISGetLocalSize(sub_schurs->is_dir, &nd)); in PCBDDCSubSchursSetUp()
1896 if (sub_schurs->is_dir) { in PCBDDCSubSchursSetUp()
1897 PetscCall(ISGetLocalSize(sub_schurs->is_dir, &nd)); in PCBDDCSubSchursSetUp()
1910 if (sub_schurs->is_dir) { /* dirichlet dofs could have different scalings */ in PCBDDCSubSchursSetUp()
1911 PetscCall(ISGetLocalSize(sub_schurs->is_dir, &nd)); in PCBDDCSubSchursSetUp()
2114 sub_schurs->is_dir = NULL; in PCBDDCSubSchursInit()
2115 PetscCall(PCBDDCGraphGetDirichletDofsB(graph, &sub_schurs->is_dir)); in PCBDDCSubSchursInit()
2198 PetscCall(ISDestroy(&sub_schurs->is_dir)); in PCBDDCSubSchursReset()