Searched refs:jacobian_ctx (Results 1 – 2 of 2) sorted by relevance
24 CeedQFunctionContext ctx_phys_smoother, UserMult jacobian_ctx) { in SetupJacobianCtx() argument28 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()[all …]
20 CeedQFunctionContext ctx_phys_smoother, UserMult jacobian_ctx);