Searched refs:PetscDTJacobiNorm (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex1.c | 82 PetscCall(PetscDTJacobiNorm(alpha, beta, i, &norm)); in CheckQuadrature()
|
| /petsc/include/ |
| H A D | petscdt.h | 121 PETSC_EXTERN PetscErrorCode PetscDTJacobiNorm(PetscReal, PetscReal, PetscInt, PetscReal *);
|
| /petsc/doc/changes/ |
| H A D | 314.md | 282 - Add PetscDTJacobiNorm() for the weighted L2 norm of Jacobi
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 741 PetscErrorCode PetscDTJacobiNorm(PetscReal alpha, PetscReal beta, PetscInt n, PetscReal *norm) in PetscDTJacobiNorm() function 1130 PetscCall(PetscDTJacobiNorm(e, 0., 0, &norm)); in PetscDTPKDEvalJet() 1158 PetscCall(PetscDTJacobiNorm(ealpha, 0., degtup[e], &enorm)); in PetscDTPKDEvalJet()
|