Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddt.c1538 static inline PetscErrorCode PetscDTComputeJacobiDerivative(PetscReal a, PetscReal b, PetscInt n, P… in PetscDTComputeJacobiDerivative() function
1599 PetscCall(PetscDTComputeJacobiDerivative(a, b, npoints, r, 1, &fp)); in PetscDTGaussJacobiQuadrature_Newton_Internal()
1605 PetscCall(PetscDTComputeJacobiDerivative(a, b, npoints, x[k], 1, &dP)); in PetscDTGaussJacobiQuadrature_Newton_Internal()