Searched refs:idx_V_B (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 4296 PetscInt *idx_V_B; in PCBDDCSetUpCorrection() local 4322 PetscCall(PetscMalloc1(n_vertices, &idx_V_B)); in PCBDDCSetUpCorrection() 4323 …appingApply(pcis->BtoNmap, IS_GTOLM_DROP, n_vertices, pcbddc->local_primal_ref_node, &i, idx_V_B)); in PCBDDCSetUpCorrection() 5028 …for (i = 0; i < n_vertices; i++) PetscCall(MatSetValues(pcbddc->coarse_phi_B, 1, &idx_V_B[i], 1, &… in PCBDDCSetUpCorrection() 5205 PetscCall(VecSetValues(v, 1, &idx_V_B[i], &one, INSERT_VALUES)); in PCBDDCSetUpCorrection() 5243 PetscCall(PetscFree(idx_V_B)); in PCBDDCSetUpCorrection()
|