Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/tests/
H A Dex2.c70 bc_func_ctx *bcCtx; in bc_func_fv() local
73 bcCtx = (bc_func_ctx *)ctx; in bc_func_fv()
74 PetscCall(bcCtx->func(bcCtx->dim, time, c, bcCtx->Nf, xG, bcCtx->ctx)); in bc_func_fv()
150 bc_func_ctx bcCtx; in main() local
184 bcCtx.func = funcs[0]; in main()
185 bcCtx.dim = dim; in main()
186 bcCtx.Nf = Nf; in main()
187 bcCtx.ctx = NULL; in main()
223 …? (PetscVoidFn *)bc_func_fv : (PetscVoidFn *)funcs[0], NULL, useFV ? (void *)&bcCtx : NULL, NULL)); in main()