Home
last modified time | relevance | path

Searched refs:AssembleMatrix (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex62.c36 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 Dex97.c5 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 Dex99.c5 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()