Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c366 PetscScalar phih[64]; in TSGLLEEstimateHigherMoments_Default() local
368 for (j = 0; j < sc->s; j++) phih[j] = sc->phi[i * sc->s + j] * h; in TSGLLEEstimateHigherMoments_Default()
370 PetscCall(VecMAXPY(hm[i], sc->s, phih, Ydot)); in TSGLLEEstimateHigherMoments_Default()