Searched refs:test_vec_p (Results 1 – 1 of 1) sorted by relevance
265 Vec test_vec, test_vec_p = NULL, fetidp_global; in KSPFETIDPCheckOperators() local311 PetscCall(VecDuplicate(fetidpmat_ctx->vP, &test_vec_p)); in KSPFETIDPCheckOperators()312 PetscCall(VecSet(test_vec_p, 1.)); in KSPFETIDPCheckOperators()323 PetscCall(VecAXPY(test_vec_p, -1.0, fetidpmat_ctx->vP)); in KSPFETIDPCheckOperators()324 PetscCall(VecNorm(test_vec_p, NORM_INFINITY, &val)); in KSPFETIDPCheckOperators()499 PetscCall(VecDestroy(&test_vec_p)); in KSPFETIDPCheckOperators()