Searched refs:MatShellTestMultTranspose (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex218.c | 62 PetscCall(MatShellTestMultTranspose(S, MyFunction, base, user, NULL)); in main()
|
| /petsc/doc/changes/ |
| H A D | 39.md | 52 - Added MatShellTestMultTranspose() and MatShellTestMult() for
|
| /petsc/src/mat/impls/shell/ |
| H A D | shell.c | 2102 PetscErrorCode MatShellTestMultTranspose(Mat mat, PetscErrorCode (*f)(void *, Vec, Vec), Vec base, … in MatShellTestMultTranspose() function
|
| /petsc/include/ |
| H A D | petscmat.h | 2058 PETSC_EXTERN PetscErrorCode MatShellTestMultTranspose(Mat, PetscErrorCode (*)(void *, Vec, Vec), Ve…
|
| /petsc/doc/manual/ |
| H A D | snes.md | 933 checked with `MatShellTestMultTranspose()` and `MatShellTestMult()`.
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 5862 …PetscCall(MatShellTestMultTranspose(J, RHSWrapperFunction_TSRHSJacobianTest, ts->vec_sol, ts, flg)… in TSRHSJacobianTestTranspose()
|