Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddt.c1165 PetscReal thetanm1, thetanm1x, thetanm2; in PetscDTPKDEvalJet() local
1170 thetanm1 = (2. - (dim - (d + 1))); in PetscDTPKDEvalJet()
1171 for (e = d + 1; e < dim; e++) thetanm1 -= points[pt * dim + e]; in PetscDTPKDEvalJet()
1172 thetanm1 *= 0.5; in PetscDTPKDEvalJet()
1173 thetanm2 = thetanm1 * thetanm1; in PetscDTPKDEvalJet()
1180 …p[(degidx * Nk + kidx) * npoints + pt] = (cnm1 * thetanm1 + cnm1x * thetanm1x) * p[(m1idx * Nk + k… in PetscDTPKDEvalJet()
1198 …p[(degidx * Nk + kidx) * npoints + pt] += mplty * cnm2 * thetanm1 * p[(m2idx * Nk + km1idx) * npoi… in PetscDTPKDEvalJet()