Lines Matching refs:jacobian_ctx
24 CeedQFunctionContext ctx_phys_smoother, UserMult jacobian_ctx) { in SetupJacobianCtx() argument
28 jacobian_ctx->comm = comm; in SetupJacobianCtx()
29 jacobian_ctx->dm = dm; in SetupJacobianCtx()
32 jacobian_ctx->X_loc = V_loc; in SetupJacobianCtx()
33 PetscCall(VecDuplicate(V_loc, &jacobian_ctx->Y_loc)); in SetupJacobianCtx()
34 jacobian_ctx->x_ceed = ceed_data->x_ceed; in SetupJacobianCtx()
35 jacobian_ctx->y_ceed = ceed_data->y_ceed; in SetupJacobianCtx()
38 jacobian_ctx->op = ceed_data->op_jacobian; in SetupJacobianCtx()
39 jacobian_ctx->qf = ceed_data->qf_jacobian; in SetupJacobianCtx()
42 jacobian_ctx->ceed = ceed; in SetupJacobianCtx()
45 jacobian_ctx->ctx_phys = ctx_phys; in SetupJacobianCtx()
46 jacobian_ctx->ctx_phys_smoother = ctx_phys_smoother; in SetupJacobianCtx()