| /petsc/src/ksp/ksp/tutorials/ ! |
| H A D | ex25.c | 21 static PetscErrorCode ComputeMatrix(KSP, Mat, Mat, void *); 52 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, &user)); in main() 92 static PetscErrorCode ComputeMatrix(KSP ksp, Mat J, Mat jac, PetscCtx ctx) in ComputeMatrix() function
|
| H A D | ex28.c | 7 extern PetscErrorCode ComputeMatrix(KSP, Mat, Mat, void *); 26 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, NULL)); in main() 83 PetscErrorCode ComputeMatrix(KSP ksp, Mat J, Mat jac, PetscCtx ctx) in ComputeMatrix() function
|
| H A D | ex65.c | 25 static PetscErrorCode ComputeMatrix(KSP, Mat, Mat, PetscCtx); 71 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, NULL)); in main() 188 static PetscErrorCode ComputeMatrix(KSP ksp, Mat J, Mat jac, PetscCtx ctx) in ComputeMatrix() function
|
| H A D | ex32.c | 33 extern PetscErrorCode ComputeMatrix(KSP, Mat, Mat, void *); 73 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, &user)); in main() 117 PetscErrorCode ComputeMatrix(KSP ksp, Mat J, Mat jac, PetscCtx ctx) in ComputeMatrix() function
|
| H A D | ex44f.F90 | 27 PetscCallA(ComputeMatrix(da, J, ierr)) 62 subroutine ComputeMatrix(da, J, ierr) subroutine
|
| H A D | ex45.c | 26 extern PetscErrorCode ComputeMatrix(KSP, Mat, Mat, void *); 52 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, NULL)); in main() 117 PetscErrorCode ComputeMatrix(KSP ksp, Mat jac, Mat B, PetscCtx ctx) in ComputeMatrix() function
|
| H A D | ex45f.F90 | 42 subroutine ComputeMatrix(ksp, A, B, unused, ierr) subroutine 124 PetscCallA(KSPSetComputeOperators(ksp, ComputeMatrix, 0, ierr))
|
| H A D | ex22f.F90 | 36 subroutine ComputeMatrix(ksp, JJ, jac, ctx, ierr) subroutine 132 PetscCallA(KSPSetComputeOperators(ksp, ComputeMatrix, ctx, ierr))
|
| H A D | ex29.c | 27 extern PetscErrorCode ComputeMatrix(KSP, Mat, Mat, void *); 72 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, &user)); in main() 153 PetscErrorCode ComputeMatrix(KSP ksp, Mat J, Mat jac, PetscCtx ctx) in ComputeMatrix() function
|
| H A D | ex34.c | 23 extern PetscErrorCode ComputeMatrix(KSP, Mat, Mat, void *); 50 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, NULL)); in main() 133 PetscErrorCode ComputeMatrix(KSP ksp, Mat J, Mat jac, PetscCtx ctx) in ComputeMatrix() function
|
| H A D | ex35.cxx | 105 static PetscErrorCode ComputeMatrix(KSP, Mat, Mat, void *); 143 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, &user)); in main() 384 PetscErrorCode ComputeMatrix(KSP ksp, Mat J, Mat jac, PetscCtx ctx) in ComputeMatrix() function
|
| H A D | ex59.c | 706 static PetscErrorCode ComputeMatrix(DomainData dd, Mat *A) in ComputeMatrix() function 1021 PetscCall(ComputeMatrix(dd, &A)); in main()
|
| /petsc/src/ksp/ksp/tutorials/output/ ! |
| H A D | ex35_1.out | 1 ComputeMatrix: Level = 0, N(elements) = 100, N(vertices) = 121
|
| H A D | ex35_3.out | 2 ComputeMatrix: Level = 1, N(elements) = 2464, N(vertices) = 1304
|
| H A D | ex35_2.out | 2 ComputeMatrix: Level = 3, N(elements) = 256, N(vertices) = 289
|
| H A D | ex36_1.out | 2 ComputeMatrix: Level = 1, N(elements) = 512, N(vertices) = 729
|
| H A D | ex36_2.out | 2 ComputeMatrix: Level = 2, N(elements) = 512, N(vertices) = 729
|
| /petsc/src/ksp/ksp/tests/ ! |
| H A D | ex32.c | 17 extern PetscErrorCode ComputeMatrix(DM, Mat); 55 PetscCall(ComputeMatrix(da, A)); in main() 125 PetscErrorCode ComputeMatrix(DM da, Mat B) in ComputeMatrix() function
|
| /petsc/src/mat/tests/ ! |
| H A D | ex129.c | 17 extern PetscErrorCode ComputeMatrix(DM, Mat); 60 PetscCall(ComputeMatrix(da, A)); in main() 183 PetscErrorCode ComputeMatrix(DM da, Mat B) in ComputeMatrix() function
|