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
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
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