Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex36.c47 static PetscErrorCode IFunctionImplicit(TS ts, PetscReal t, Vec Y, Vec Ydot, Vec F, PetscCtx ctx) in IFunctionImplicit() function
158 PetscCall(TSSetIFunction(ts, NULL, IFunctionImplicit, NULL)); in main()