Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex48.c581 AppCtx *ctxarr[] = {&ctx, &ctx, &ctx, &ctx}; // each variable could have a different context in main() local
609 PetscCall(DMProjectFunction(dm, t, ctx.initialFuncs, (void **)ctxarr, INSERT_ALL_VALUES, u)); in main()