Searched refs:MatMFFDSetBase (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex229.c | 45 PetscCall(MatMFFDSetBase(A, base, NULL)); in main()
|
| /petsc/src/snes/tests/ |
| H A D | ex7.c | 212 if (user->variant) PetscCall(MatMFFDSetBase(jac, x, NULL)); in FormJacobian() 223 if (user->variant) PetscCall(MatMFFDSetBase(jac, x, NULL)); in FormJacobianNoMatrix()
|
| /petsc/src/tao/interface/ |
| H A D | fdiff.c | 195 PetscCall(MatMFFDSetBase(H, X, NULL)); in TaoDefaultComputeHessianMFFD()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex22.c | 298 PetscCall(MatMFFDSetBase(A, x, NULL)); in ComputeJacobian_MF()
|
| /petsc/src/mat/impls/mffd/ |
| H A D | mffd.c | 965 PetscErrorCode MatMFFDSetBase(Mat J, Vec U, Vec F) in MatMFFDSetBase() function
|
| /petsc/src/mat/impls/shell/ |
| H A D | shell.c | 2053 PetscCall(MatMFFDSetBase(mf, base, NULL)); in MatShellTestMult() 2119 PetscCall(MatMFFDSetBase(mf, base, NULL)); in MatShellTestMultTranspose()
|
| /petsc/include/ |
| H A D | petscmat.h | 2230 PETSC_EXTERN PetscErrorCode MatMFFDSetBase(Mat, Vec, Vec);
|