Searched refs:IFunction_LaxFriedrichs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | ex6.c | 31 extern PetscErrorCode IFunction_LaxFriedrichs(TS, PetscReal, Vec, Vec, Vec, void *); 71 PetscCall(TSSetIFunction(ts, NULL, IFunction_LaxFriedrichs, &appctx)); in main() 193 PetscErrorCode IFunction_LaxFriedrichs(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx ctx) in IFunction_LaxFriedrichs() function
|