[petsc-users] MatCreateDense

Jose David Bermeol jbermeol at purdue.edu
Thu Oct 31 13:21:19 CDT 2013


Hi small question. In the method  MatCreateSeqDense(MPI_Comm comm,PetscInt m,PetscInt n,PetscScalar *data,Mat *A) I'm giving the local number of rows and columns, so I should pass the total number of local columns or I should pass columns/number_of_MPI process.

Thanks


More information about the petsc-users mailing list