Lines Matching refs:Gfunc
26 PetscErrorCode (*Gfunc)(TS, PetscReal, Vec, Vec, void *); member
353 PetscCall((*dg->Gfunc)(ts, dg->stage_time, Xquad, den, 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()
423 …e (**Ffunc)(TS, PetscReal, Vec, PetscScalar *, void *), PetscErrorCode (**Gfunc)(TS, PetscReal, Ve… in TSDiscGradGetFormulation_DiscGrad()
430 *Gfunc = dg->Gfunc; in TSDiscGradGetFormulation_DiscGrad()
434 …ode (*Ffunc)(TS, PetscReal, Vec, PetscScalar *, void *), PetscErrorCode (*Gfunc)(TS, PetscReal, Ve… in TSDiscGradSetFormulation_DiscGrad()
441 dg->Gfunc = Gfunc; in TSDiscGradSetFormulation_DiscGrad()
530 …, PetscReal time, Vec u, PetscScalar *F, PetscCtx ctx), PetscErrorCode (**Gfunc)(TS ts, PetscReal … in TSDiscGradGetFormulation()
536 PetscAssertPointer(Gfunc, 4); in TSDiscGradGetFormulation()
537 …scScalar *, void *), PetscErrorCode (**Gfunc)(TS, PetscReal, Vec, Vec, void *), void *), (ts, Sfun… in TSDiscGradGetFormulation()
579 …s, PetscReal time, Vec u, PetscScalar *F, PetscCtx ctx), PetscErrorCode (*Gfunc)(TS ts, PetscReal … in TSDiscGradSetFormulation()
585 PetscValidFunction(Gfunc, 4); in TSDiscGradSetFormulation()
586 …tscScalar *, void *), PetscErrorCode (*Gfunc)(TS, PetscReal, Vec, Vec, void *), void *), (ts, Sfun… in TSDiscGradSetFormulation()