Home
last modified time | relevance | path

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

/petsc/share/petsc/suppressions/
H A Dubsan76 function:do_matvec
/petsc/src/ksp/pc/impls/tfs/
H A Dxxt.c57 static PetscErrorCode do_matvec(mv_info *A, PetscScalar *v, PetscScalar *u);
281 PetscCall(do_matvec(xxt_handle->mvi, v, u)); in xxt_generate()
320 PetscCall(do_matvec(xxt_handle->mvi, v, u)); in xxt_generate()
734 static PetscErrorCode do_matvec(mv_info *A, PetscScalar *v, PetscScalar *u) in do_matvec() function
H A Dxyt.c59 static PetscErrorCode do_matvec(mv_info *A, PetscScalar *v, PetscScalar *u);
350 PetscCall(do_matvec(xyt_handle->mvi, v, u)); in xyt_generate()
389 PetscCall(do_matvec(xyt_handle->mvi, v, u)); in xyt_generate()
746 static PetscErrorCode do_matvec(mv_info *A, PetscScalar *v, PetscScalar *u) in do_matvec() function