Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex1.cxx40 PetscErrorCode IFunctionPassive(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, AppCtx *ctx) in IFunctionPassive() function
225 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)IFunctionPassive, &ctx)); in main()