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