Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddt.c1184 PetscInt km1idx, mplty = ktup[f]; in PetscDTPKDEvalJet() local
1186 if (!mplty) continue; in PetscDTPKDEvalJet()
1196 …p[(degidx * Nk + kidx) * npoints + pt] += mplty * 0.5 * (cnm1x - cnm1) * p[(m1idx * Nk + km1idx) *… in PetscDTPKDEvalJet()
1198 …p[(degidx * Nk + kidx) * npoints + pt] += mplty * cnm2 * thetanm1 * p[(m2idx * Nk + km1idx) * npoi… in PetscDTPKDEvalJet()
1208 factor = mplty * mplty2; in PetscDTPKDEvalJet()
1215 … p[(degidx * Nk + kidx) * npoints + pt] += mplty * cnm1x * p[(m1idx * Nk + km1idx) * npoints + pt]; in PetscDTPKDEvalJet()