Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1962 PetscInt ulen = Bdiag[i] - Bdiag[i + 1]; // inclusive of the diagonal entry in MatLUFactorNumeric_SeqAIJKokkos() local
1968 …PetscCall(PetscArraycpy(Uj + Ui[i] + 1, Bj + Bdiag[i + 1] + 1, ulen - 1)); // entries of U on the… in MatLUFactorNumeric_SeqAIJKokkos()
1971 Ui[i + 1] = Ui[i] + ulen; in MatLUFactorNumeric_SeqAIJKokkos()
2023 PetscInt ulen = Bdiag[i] - Bdiag[i + 1]; in MatLUFactorNumeric_SeqAIJKokkos() local
2034 PetscCall(PetscArraycpy(Ua + Ui[i] + 1, Ba + Bdiag[i + 1] + 1, ulen - 1)); // entries of U in MatLUFactorNumeric_SeqAIJKokkos()
2201 PetscInt ulen = Bi[i + 1] - Bi[i]; in MatCholeskyFactorNumeric_SeqAIJKokkos() local
2203 …PetscCall(PetscArraycpy(Uj + Bi[i] + 1, Bj + Bi[i], ulen - 1)); // entries of U on the right of th… in MatCholeskyFactorNumeric_SeqAIJKokkos()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu222 PetscInt ulen = adiag[i] - adiag[i + 1]; in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU() local
225 …PetscCall(PetscArraycpy(Mj + Mi[i] + llen + 1, Aj + adiag[i + 1] + 1, ulen - 1)); // entries of U … in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
226 Mi[i + 1] = Mi[i] + llen + ulen; in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
280 PetscInt ulen = adiag[i] - adiag[i + 1]; in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU() local
283 …PetscCall(PetscArraycpy(Ma + Mi[i] + llen + 1, Aa + adiag[i + 1] + 1, ulen - 1)); // entries of U … in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
639 PetscInt ulen = Ai[i + 1] - Ai[i]; in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky() local
641 …PetscCall(PetscArraycpy(Mj + Ai[i] + 1, Aj + Ai[i], ulen - 1)); // entries of U on the right of th… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()