Searched refs:bcCtx (Results 1 – 1 of 1) sorted by relevance
70 bc_func_ctx *bcCtx; in bc_func_fv() local73 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() local184 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()