Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex15.c43 static PetscErrorCode IFunction_Conservative(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx c… in IFunction_Conservative() function
130 PetscCall(DMTSSetIFunction(dm, IFunction_Conservative, NULL)); in main()