Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex1.c82 PetscCall(PetscDTJacobiNorm(alpha, beta, i, &norm)); in CheckQuadrature()
/petsc/include/
H A Dpetscdt.h121 PETSC_EXTERN PetscErrorCode PetscDTJacobiNorm(PetscReal, PetscReal, PetscInt, PetscReal *);
/petsc/doc/changes/
H A D314.md282 - Add PetscDTJacobiNorm() for the weighted L2 norm of Jacobi
/petsc/src/dm/dt/interface/
H A Ddt.c741 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()