Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddt.c1508 static inline PetscErrorCode PetscDTComputeJacobi(PetscReal a, PetscReal b, PetscInt n, PetscReal x… in PetscDTComputeJacobi() function
1546 PetscCall(PetscDTComputeJacobi(a + k, b + k, n - k, x, &nP)); in PetscDTComputeJacobiDerivative()
1598 PetscCall(PetscDTComputeJacobi(a, b, npoints, r, &f)); in PetscDTGaussJacobiQuadrature_Newton_Internal()
3118 PetscCall(PetscDTComputeJacobi(0., 0., p, gllnodes[i], &Li)); in PetscGaussLobattoLegendreElementGradientCreate()
3119 PetscCall(PetscDTComputeJacobi(0., 0., p, gllnodes[j], &Lj)); in PetscGaussLobattoLegendreElementGradientCreate()