Searched refs:AssembleMatrix (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex62.c | 36 PetscErrorCode AssembleMatrix(Mat, PetscInt m, PetscInt n); 86 PetscCall(AssembleMatrix(A, m, n)); in main() 262 PetscCall(AssembleMatrix(A, m, n)); in main() 289 PetscErrorCode AssembleMatrix(Mat A, PetscInt m, PetscInt n) in AssembleMatrix() function
|
| /petsc/src/mat/tests/ |
| H A D | ex97.c | 5 static PetscErrorCode AssembleMatrix(MPI_Comm comm, Mat *A) in AssembleMatrix() function 106 PetscCall(AssembleMatrix(PETSC_COMM_WORLD, &A)); in main() 107 PetscCall(AssembleMatrix(PETSC_COMM_WORLD, &B)); in main()
|
| H A D | ex99.c | 5 static PetscErrorCode AssembleMatrix(MPI_Comm comm, Mat *A) in AssembleMatrix() function 108 PetscCall(AssembleMatrix(PETSC_COMM_WORLD, &A)); in main() 109 PetscCall(AssembleMatrix(PETSC_COMM_WORLD, &B)); in main()
|