Lines Matching refs:op_error_ctx
25 OperatorApplyContext op_error_ctx) { in SetupErrorOperatorCtx() argument
27 op_error_ctx->comm = comm; in SetupErrorOperatorCtx()
28 op_error_ctx->dm = dm; in SetupErrorOperatorCtx()
29 op_error_ctx->X_loc = X_loc; in SetupErrorOperatorCtx()
30 PetscCall(VecDuplicate(X_loc, &op_error_ctx->Y_loc)); in SetupErrorOperatorCtx()
31 op_error_ctx->x_ceed = ceed_data->x_ceed; in SetupErrorOperatorCtx()
32 op_error_ctx->y_ceed = ceed_data->y_ceed; in SetupErrorOperatorCtx()
33 op_error_ctx->op = op_error; in SetupErrorOperatorCtx()
34 op_error_ctx->ceed = ceed; in SetupErrorOperatorCtx()
175 PetscErrorCode ComputeL2Error(Vec X, PetscScalar *l2_error, OperatorApplyContext op_error_ctx) { in ComputeL2Error() argument
180 PetscCall(ApplyLocal_Ceed(X, E, op_error_ctx)); in ComputeL2Error()