Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddt.c1479 PetscReal gra, grb; in PetscDTGaussLobattoJacobiEndweights_Internal() local
1484grb = PetscExpReal(2. * PetscLGamma(b + 1.) + PetscLGamma(m + 1.) + PetscLGamma(m + a + 1.) - (Pet… in PetscDTGaussLobattoJacobiEndweights_Internal()
1495 grb = 1. / (binom1 * binom2); in PetscDTGaussLobattoJacobiEndweights_Internal()
1501 *leftw = twoab1 * grb / b; in PetscDTGaussLobattoJacobiEndweights_Internal()