Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1957 PetscInt *Uj = factors->jU_h.data(); in MatLUFactorNumeric_SeqAIJKokkos() local
1967Uj[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() local
2202 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()