Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddt.c1165 PetscReal thetanm1, thetanm1x, thetanm2; in PetscDTPKDEvalJet() local
1173 thetanm2 = thetanm1 * thetanm1; in PetscDTPKDEvalJet()
1181 …if (m2idx >= 0) p[(degidx * Nk + kidx) * npoints + pt] -= cnm2 * thetanm2 * p[(m2idx * Nk + kidx) … in PetscDTPKDEvalJet()