Lines Matching refs:primals

161   IS                     lned, primals, allprimals, nedfieldlocal, elements_corners = NULL;  in PCBDDCNedelecSupport()  local
828 PetscCall(ISCreateGeneral(comm, cum, marks, PETSC_COPY_VALUES, &primals)); in PCBDDCNedelecSupport()
830 PetscCall(PetscObjectSetName((PetscObject)primals, "prescribed_primal_dofs")); in PCBDDCNedelecSupport()
831 PetscCall(ISView(primals, NULL)); in PCBDDCNedelecSupport()
835 PetscCall(PCBDDCSetPrimalVerticesLocalIS(pc, primals)); in PCBDDCNedelecSupport()
836 PetscCall(ISDestroy(&primals)); in PCBDDCNedelecSupport()
924 PetscCall(ISGlobalToLocalMappingApplyIS(fl2g, IS_GTOLM_DROP, allprimals, &primals)); in PCBDDCNedelecSupport()
929 primals = allprimals; in PCBDDCNedelecSupport()
934 PetscCall(ISGetLocalSize(primals, &cum)); in PCBDDCNedelecSupport()
935 PetscCall(ISGetIndices(primals, &idxs)); in PCBDDCNedelecSupport()
937 PetscCall(ISRestoreIndices(primals, &idxs)); in PCBDDCNedelecSupport()
939 PetscCall(PetscObjectSetName((PetscObject)primals, "obtained_primal_dofs")); in PCBDDCNedelecSupport()
940 PetscCall(ISView(primals, NULL)); in PCBDDCNedelecSupport()
1003 PetscCall(ISGetLocalSize(primals, &cum)); in PCBDDCNedelecSupport()
1004 PetscCall(ISGetIndices(primals, &idxs)); in PCBDDCNedelecSupport()
1006 PetscCall(ISRestoreIndices(primals, &idxs)); in PCBDDCNedelecSupport()
1064 PetscCall(ISGetLocalSize(primals, &cum)); in PCBDDCNedelecSupport()
1065 PetscCall(ISGetIndices(primals, &idxs)); in PCBDDCNedelecSupport()
1067 PetscCall(ISRestoreIndices(primals, &idxs)); in PCBDDCNedelecSupport()
1134 PetscCall(ISDestroy(&primals)); in PCBDDCNedelecSupport()
1139 PetscCall(ISCreateGeneral(comm, cum, newprimals, PETSC_COPY_VALUES, &primals)); in PCBDDCNedelecSupport()
1141 PetscCall(PCBDDCSetPrimalVerticesLocalIS(pc, primals)); in PCBDDCNedelecSupport()
1142 PetscCall(ISDestroy(&primals)); in PCBDDCNedelecSupport()
1147 PetscCall(ISGlobalToLocalMappingApplyIS(fl2g, IS_GTOLM_DROP, allprimals, &primals)); in PCBDDCNedelecSupport()
1152 primals = allprimals; in PCBDDCNedelecSupport()
1167 PetscCall(PetscObjectSetName((PetscObject)primals, "obtained_primal_dofs_secondpass")); in PCBDDCNedelecSupport()
1168 PetscCall(ISView(primals, NULL)); in PCBDDCNedelecSupport()
1591 PetscCall(ISDestroy(&primals)); in PCBDDCNedelecSupport()