Home
last modified time | relevance | path

Searched refs:test_vec_p (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c265 Vec test_vec, test_vec_p = NULL, fetidp_global; in KSPFETIDPCheckOperators() local
311 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()