Searched refs:Assemble (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex134.c | 5 PetscErrorCode Assemble(MPI_Comm comm, PetscInt bs, MatType mtype) in Assemble() function 100 PetscCall(Assemble(comm, 2, MATMPIBAIJ)); in main() 101 PetscCall(Assemble(comm, 2, MATMPISBAIJ)); in main() 102 PetscCall(Assemble(comm, 1, MATMPIBAIJ)); in main() 103 PetscCall(Assemble(comm, 1, MATMPISBAIJ)); in main()
|
| H A D | ex156.c | 5 PetscErrorCode Assemble(Mat mat) in Assemble() function 84 PetscCall(Assemble(mat)); in main() 87 PetscCall(Assemble(mat)); in main()
|
| H A D | ex135.c | 5 PetscErrorCode Assemble(MPI_Comm comm, PetscInt n, MatType mtype) in Assemble() function 45 PetscCall(Assemble(comm, n, MATMPISBAIJ)); in main()
|
| /petsc/doc/manual/ |
| H A D | snes.md | 1152 …- Create matrix with ``MatCreate()``:math:`^*`. Assemble matrix with user-defined routine :math:`… 1155 …- Create matrix with ``MatCreate()``:math:`^*`. Assemble matrix with user-defined routine :math:`…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Vec.pyx | 3062 """Assemble the vector.
|
| H A D | Mat.pyx | 3471 """Assemble the matrix.
|