Searched refs:A_VV (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 4283 Mat A_RV = NULL, A_VR, A_VV, local_auxmat2_R = NULL; in PCBDDCSetUpCorrection() local 4687 PetscCall(MatCreateSubMatrix(pcbddc->local_mat, is_aux, is_aux, MAT_INITIAL_MATRIX, &A_VV)); in PCBDDCSetUpCorrection() 4731 …PetscCall(MatSetValuesSubMat(*coarse_submat, A_VV, n_vertices, idx_V, n_vertices, idx_V, ADD_VALUE… in PCBDDCSetUpCorrection() 4732 PetscCall(MatDestroy(&A_VV)); in PCBDDCSetUpCorrection()
|