Home
last modified time | relevance | path

Searched refs:R_eff_V_J (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c4305 PetscInt *B_eff_V_J = NULL, *R_eff_V_J = NULL, *B_eff_C_J = NULL, *R_eff_C_J = NULL; in PCBDDCSetUpCorrection() local
4403 PetscCall(PetscMalloc1(n_R * n_eff_vertices, &R_eff_V_J)); in PCBDDCSetUpCorrection()
4407 for (PetscInt i = 0; i < n_R * n_eff_vertices; i++) R_eff_V_J[i] = -1; in PCBDDCSetUpCorrection()
4418 …for (j = 0; j < count_eff[s]; j++) R_eff_V_J[i * n_eff_vertices + j] = V_eff_to_V[e * n_eff_vertic… in PCBDDCSetUpCorrection()
4942 PetscCall(MatCreateSeqAIJFromDenseExpand(A_RRmA_RV, n_vertices, R_eff_V_J, &T)); in PCBDDCSetUpCorrection()
4951 PetscCall(MatCreateSeqAIJFromDenseExpand(A_RRmA_RV, n_vertices, R_eff_V_J, &T)); in PCBDDCSetUpCorrection()
5234 PetscCall(PetscFree(R_eff_V_J)); in PCBDDCSetUpCorrection()