Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex218.c61 PetscCall(MatShellTestMult(S, MyFunction, base, user, NULL)); in main()
/petsc/doc/changes/
H A D39.md52 - Added MatShellTestMultTranspose() and MatShellTestMult() for
/petsc/src/mat/impls/shell/
H A Dshell.c2040 PetscErrorCode MatShellTestMult(Mat mat, PetscErrorCode (*f)(void *, Vec, Vec), Vec base, PetscCtx … in MatShellTestMult() function
/petsc/include/
H A Dpetscmat.h2057 PETSC_EXTERN PetscErrorCode MatShellTestMult(Mat, PetscErrorCode (*)(void *, Vec, Vec), Vec, void *…
/petsc/doc/manual/
H A Dsnes.md933 checked with `MatShellTestMultTranspose()` and `MatShellTestMult()`.
/petsc/src/ts/interface/
H A Dts.c5828 PetscCall(MatShellTestMult(J, RHSWrapperFunction_TSRHSJacobianTest, ts->vec_sol, ts, flg)); in TSRHSJacobianTest()