Searched refs:PetscDTJacobiEval (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex1.c | 59 PetscCall(PetscDTJacobiEval(npoints, alpha, beta, x, 1, &i, Pi, NULL, NULL)); in CheckQuadrature() 64 PetscCall(PetscDTJacobiEval(npoints, alpha, beta, x, 1, &j, Pj, NULL, NULL)); in CheckQuadrature()
|
| /petsc/include/ |
| H A D | petscdt.h | 122 PETSC_EXTERN PetscErrorCode PetscDTJacobiEval(PetscInt, PetscReal, PetscReal, const PetscReal *, Pe…
|
| /petsc/doc/changes/ |
| H A D | 313.md | 216 - Add PetscDTJacobiEval(), PetscDTGaussLobattoJacobiQuadrature()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 916 PetscErrorCode PetscDTJacobiEval(PetscInt npoints, PetscReal alpha, PetscReal beta, const PetscReal… in PetscDTJacobiEval() function 951 PetscCall(PetscDTJacobiEval(npoints, 0., 0., points, ndegree, degrees, B, D, D2)); in PetscDTLegendreEval()
|