Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c4342 PetscInt *count_eff, *V_eff_to_V, *C_eff_to_C, *nnz; in PCBDDCSetUpCorrection() local
4386 …PetscCall(PetscMalloc2(n_el * n_eff_vertices, &V_eff_to_V, n_el * n_eff_constraints, &C_eff_to_C)); in PCBDDCSetUpCorrection()
4392 V_eff_to_V[e * n_eff_vertices + count_eff[s]] = i; 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()
4428 …for (j = 0; j < count_eff[s]; j++) B_eff_V_J[i * n_eff_vertices + j] = V_eff_to_V[e * n_eff_vertic… in PCBDDCSetUpCorrection()
4449 PetscCall(PetscFree2(V_eff_to_V, C_eff_to_C)); in PCBDDCSetUpCorrection()