Searched refs:ComputeMatrix_ShellDA (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex73.c | 26 PetscErrorCode ComputeMatrix_ShellDA(KSP, Mat, Mat, void *); 831 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix_ShellDA, user)); in test_basic() 874 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix_ShellDA, user)); in test_mg() 1076 PetscErrorCode ComputeMatrix_ShellDA(KSP ksp, Mat J, Mat jac, PetscCtx ctx) in ComputeMatrix_ShellDA() function
|