Searched refs:Lj (Results 1 – 2 of 2) sorted by relevance
1955 PetscInt *Lj = factors->jL_h.data(); in MatLUFactorNumeric_SeqAIJKokkos() local1964 …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()
3099 PetscReal Li, Lj, d0; in PetscGaussLobattoLegendreElementGradientCreate() local3119 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()