Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/discgrad/
H A Dtsdiscgrad.c22 void *funcCtx; member
318 PetscCall((*dg->Sfunc)(ts, dg->stage_time, x, S, dg->funcCtx)); in SNESTSFormFunction_DiscGrad()
353 PetscCall((*dg->Gfunc)(ts, dg->stage_time, Xquad, den, dg->funcCtx)); in SNESTSFormFunction_DiscGrad()
362 PetscCall((*dg->Ffunc)(ts, dg->stage_time, Xp, &F, dg->funcCtx)); in SNESTSFormFunction_DiscGrad()
363 PetscCall((*dg->Ffunc)(ts, dg->stage_time, X0, &F0, dg->funcCtx)); in SNESTSFormFunction_DiscGrad()
364 PetscCall((*dg->Gfunc)(ts, dg->stage_time, x, G, dg->funcCtx)); in SNESTSFormFunction_DiscGrad()
377 PetscCall((*dg->Gfunc)(ts, dg->stage_time, x, G, dg->funcCtx)); in SNESTSFormFunction_DiscGrad()
442 dg->funcCtx = ctx; in TSDiscGradSetFormulation_DiscGrad()