Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddt.c1165 PetscReal thetanm1, thetanm1x, thetanm2; in PetscDTPKDEvalJet() local
1167 thetanm1x = dim - (d + 1) + 2. * points[pt * dim + d]; in PetscDTPKDEvalJet()
1168 for (e = d + 1; e < dim; e++) thetanm1x += points[pt * dim + e]; in PetscDTPKDEvalJet()
1169 thetanm1x *= 0.5; in PetscDTPKDEvalJet()
1180 …p[(degidx * Nk + kidx) * npoints + pt] = (cnm1 * thetanm1 + cnm1x * thetanm1x) * p[(m1idx * Nk + k… in PetscDTPKDEvalJet()