Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex218.c62 PetscCall(MatShellTestMultTranspose(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.c2102 PetscErrorCode MatShellTestMultTranspose(Mat mat, PetscErrorCode (*f)(void *, Vec, Vec), Vec base, … in MatShellTestMultTranspose() function
/petsc/include/
H A Dpetscmat.h2058 PETSC_EXTERN PetscErrorCode MatShellTestMultTranspose(Mat, PetscErrorCode (*)(void *, Vec, Vec), Ve…
/petsc/doc/manual/
H A Dsnes.md933 checked with `MatShellTestMultTranspose()` and `MatShellTestMult()`.
/petsc/src/ts/interface/
H A Dts.c5862 …PetscCall(MatShellTestMultTranspose(J, RHSWrapperFunction_TSRHSJacobianTest, ts->vec_sol, ts, flg)… in TSRHSJacobianTestTranspose()