Searched refs:MatShellTestMult (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex218.c | 61 PetscCall(MatShellTestMult(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 | 2040 PetscErrorCode MatShellTestMult(Mat mat, PetscErrorCode (*f)(void *, Vec, Vec), Vec base, PetscCtx … in MatShellTestMult() function
|
| /petsc/include/ |
| H A D | petscmat.h | 2057 PETSC_EXTERN PetscErrorCode MatShellTestMult(Mat, PetscErrorCode (*)(void *, Vec, Vec), Vec, void *…
|
| /petsc/doc/manual/ |
| H A D | snes.md | 933 checked with `MatShellTestMultTranspose()` and `MatShellTestMult()`.
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 5828 PetscCall(MatShellTestMult(J, RHSWrapperFunction_TSRHSJacobianTest, ts->vec_sol, ts, flg)); in TSRHSJacobianTest()
|