Home
last modified time | relevance | path

Searched refs:Assemble (Results 1 – 6 of 6) sorted by relevance

/petsc/src/mat/tests/
H A Dex134.c5 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 Dex156.c5 PetscErrorCode Assemble(Mat mat) in Assemble() function
84 PetscCall(Assemble(mat)); in main()
87 PetscCall(Assemble(mat)); in main()
H A Dex135.c5 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 Dsnes.md1152 …- 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 DVec.pyx3062 """Assemble the vector.
H A DMat.pyx3471 """Assemble the matrix.