Home
last modified time | relevance | path

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

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