Searched refs:is_global (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 5581 IS is_local, is_global; in PCBDDCComputeLocalMatrix() local 5604 PetscCall(ISLocalToGlobalMappingApplyIS(matis->rmapping, is_local, &is_global)); in PCBDDCComputeLocalMatrix() 5607 …PetscCall(MatCreateSubMatrices(ChangeOfBasisMatrix, 1, &is_global, &is_global, MAT_INITIAL_MATRIX,… in PCBDDCComputeLocalMatrix() 5608 PetscCall(ISDestroy(&is_global)); in PCBDDCComputeLocalMatrix() 5619 PetscCall(ISLocalToGlobalMappingApplyIS(matis->rmapping, is_local, &is_global)); in PCBDDCComputeLocalMatrix() 5621 PetscCall(MatCreateSubMatrixUnsorted(ChangeOfBasisMatrix, is_global, is_global, &new_mat)); in PCBDDCComputeLocalMatrix() 5622 PetscCall(ISDestroy(&is_global)); in PCBDDCComputeLocalMatrix() 7494 IS is_global; in PCBDDCConstraintsSetUp() local 7498 …(ISCreateGeneral(PetscObjectComm((PetscObject)pc), pcis->n, gidxs, PETSC_COPY_VALUES, &is_global)); in PCBDDCConstraintsSetUp() 7500 …PetscCall(MatCreateSubMatrixUnsorted(pcbddc->ChangeOfBasisMatrix, is_global, is_global, &pcbddc->s… in PCBDDCConstraintsSetUp() [all …]
|