Searched refs:idx_C (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 4292 const PetscInt *idx_V, *idx_C; in PCBDDCSetUpCorrection() local 4504 PetscCall(ISGetIndices(is_C, &idx_C)); in PCBDDCSetUpCorrection() 4659 …PetscCall(MatSetValuesSubMat(*coarse_submat, S_CC, n_constraints, idx_C, n_constraints, idx_C, INS… in PCBDDCSetUpCorrection() 4937 …PetscCall(MatSetValuesSubMat(*coarse_submat, S_CV, n_constraints, idx_C, n_vertices, idx_V, INSERT… in PCBDDCSetUpCorrection() 5060 …PetscCall(MatSetValuesSubMat(*coarse_submat, S_VC, n_vertices, idx_V, n_constraints, idx_C, INSERT… in PCBDDCSetUpCorrection() 5240 PetscCall(ISRestoreIndices(is_C, &idx_C)); in PCBDDCSetUpCorrection()
|