[petsc-users] Petsc Matrix modifications

2019-11-26 Thread Brandon Denton
Good Morning, Is it possible to expand a matrix in petsc? I current created and loaded a matrix (6 x 5) which holds information required later in my program. I would like to store additional information in the matrix by expanding its size, let's say make it at 10 x 5 matrix. How is this accomplish

Re: [petsc-users] Petsc Matrix modifications

2019-11-26 Thread Matthew Knepley
On Tue, Nov 26, 2019 at 8:04 AM Brandon Denton wrote: > Good Morning, > > Is it possible to expand a matrix in petsc? I current created and loaded a > matrix (6 x 5) which holds information required later in my program. I > would like to store additional information in the matrix by expanding its