Searched refs:idx_V (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 4503 PetscCall(ISGetIndices(is_V, &idx_V)); in PCBDDCSetUpCorrection() 4731 …PetscCall(MatSetValuesSubMat(*coarse_submat, A_VV, n_vertices, idx_V, n_vertices, idx_V, ADD_VALUE… in PCBDDCSetUpCorrection() 4937 …PetscCall(MatSetValuesSubMat(*coarse_submat, S_CV, n_constraints, idx_C, n_vertices, idx_V, INSERT… in PCBDDCSetUpCorrection() 4986 …k = 0; k < n_vertices; k++) PetscCall(MatSetValue(*coarse_submat, idx_V[idxs[j]], idx_V[k], val * … in PCBDDCSetUpCorrection() 4997 …PetscCall(MatSetValuesSubMat(*coarse_submat, S_VV, n_vertices, idx_V, n_vertices, idx_V, ADD_VALUE… in PCBDDCSetUpCorrection() 5060 …PetscCall(MatSetValuesSubMat(*coarse_submat, S_VC, n_vertices, idx_V, n_constraints, idx_C, INSERT… in PCBDDCSetUpCorrection() 5239 PetscCall(ISRestoreIndices(is_V, &idx_V)); in PCBDDCSetUpCorrection()
|