Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1955 PetscInt *Lj = factors->jL_h.data(); in MatLUFactorNumeric_SeqAIJKokkos() local
1964 …PetscCall(PetscArraycpy(Lj + Li[i], Bj + Bi[i], llen)); // entries of L on the left of the diagonal in MatLUFactorNumeric_SeqAIJKokkos()
1965 Lj[Li[i] + llen] = i; // diagonal entry of L in MatLUFactorNumeric_SeqAIJKokkos()
/petsc/src/dm/dt/interface/
H A Ddt.c3099 PetscReal Li, Lj, d0; in PetscGaussLobattoLegendreElementGradientCreate() local
3119 PetscCall(PetscDTComputeJacobi(0., 0., p, gllnodes[j], &Lj)); in PetscGaussLobattoLegendreElementGradientCreate()
3120 if (i != j) A[i][j] = Li / (Lj * (gllnodes[i] - gllnodes[j])); in PetscGaussLobattoLegendreElementGradientCreate()