Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.h57 …Vec *himom; /* len=3, Estimates of h^{p+1}x^{(p+1)}, h^{p+2}x^{(p+2)}, h^{p+2}(df/dx) x^{(p+1… member
H A Dglle.c945 PetscCall((*gl->EstimateHigherMoments)(scheme, h, Ydot, gl->X, gl->himom)); in TSSolve_GLLE()
947 for (i = 0; i < 3; i++) PetscCall(TSGLLEVecNormWRMS(ts, gl->himom[i], &hmnorm[i + 1])); in TSSolve_GLLE()
1017 PetscCall(VecDestroyVecs(3, &gl->himom)); in TSReset_GLLE()
1097 PetscCall(VecDuplicateVecs(ts->vec_sol, 3, &gl->himom)); in TSSetUp_GLLE()