Re: [Libmesh-users] petsc_matrix

2012-08-15 Thread David Knezevic
On 08/15/2012 05:38 PM, Roy Stogner wrote: > > On Wed, 15 Aug 2012, Jens Lohne Eftang wrote: > >> init (const unsigned int m, >> const unsigned int n, >> const unsigned int m_l, >> const unsigned int n_l, >> const std::vector& n_nz, >> const std::vector

Re: [Libmesh-users] petsc_matrix

2012-08-15 Thread Roy Stogner
On Wed, 15 Aug 2012, Jens Lohne Eftang wrote: > init (const unsigned int m, > const unsigned int n, > const unsigned int m_l, > const unsigned int n_l, > const std::vector& n_nz, > const std::vector& n_oz); > > where n_nz is the number of non-zeros pe

[Libmesh-users] petsc_matrix

2012-08-15 Thread Jens Lohne Eftang
I have a question about the initialization of a petsc_matrix. The init call is init (const unsigned int m, const unsigned int n, const unsigned int m_l, const unsigned int n_l, const std::vector& n_nz, const std::vector& n_oz); where n_nz is th