Searched refs:Uj (Results 1 – 1 of 1) sorted by relevance
1957 PetscInt *Uj = factors->jU_h.data(); in MatLUFactorNumeric_SeqAIJKokkos() local1967 … Uj[Ui[i]] = i; // diagonal entry of U in MatLUFactorNumeric_SeqAIJKokkos()1968 …PetscCall(PetscArraycpy(Uj + Ui[i] + 1, Bj + Bdiag[i + 1] + 1, ulen - 1)); // entries of U on the… in MatLUFactorNumeric_SeqAIJKokkos()2199 PetscInt *Uj = factors->jU_h.data(); in MatCholeskyFactorNumeric_SeqAIJKokkos() local2202 Uj[Bi[i]] = i; // diagonal entry in MatCholeskyFactorNumeric_SeqAIJKokkos()2203 …PetscCall(PetscArraycpy(Uj + Bi[i] + 1, Bj + Bi[i], ulen - 1)); // entries of U on the right of th… in MatCholeskyFactorNumeric_SeqAIJKokkos()