Re: [Libmesh-users] PetscMatrix::print_matlab

2020-08-28 Thread John Peterson
On Fri, Aug 28, 2020 at 11:30 AM Roy Stogner wrote: > > On Fri, 28 Aug 2020, John Peterson wrote: > > > On Fri, Aug 21, 2020 at 9:51 AM Nikhil Vaidya > > wrote: > > > >> I need to print the sparse matrices (Petsc) and vectors involved in my > >> calculations to file using print_matlab(). I have

Re: [Libmesh-users] PetscMatrix::print_matlab

2020-08-28 Thread Roy Stogner
On Fri, 28 Aug 2020, John Peterson wrote: On Fri, Aug 21, 2020 at 9:51 AM Nikhil Vaidya wrote: I need to print the sparse matrices (Petsc) and vectors involved in my calculations to file using print_matlab(). I have observed that the matrices and vectors that are written to the matlab scrip

Re: [Libmesh-users] PetscMatrix::print_matlab

2020-08-28 Thread John Peterson
On Fri, Aug 21, 2020 at 9:51 AM Nikhil Vaidya wrote: > Hello, > > I need to print the sparse matrices (Petsc) and vectors involved in my > calculations to file using print_matlab(). I have observed that the > matrices and vectors that are written to the matlab scripts in serial and > parallel run

[Libmesh-users] PetscMatrix::print_matlab

2020-08-21 Thread Nikhil Vaidya
Hello, I need to print the sparse matrices (Petsc) and vectors involved in my calculations to file using print_matlab(). I have observed that the matrices and vectors that are written to the matlab scripts in serial and parallel runs are not identical. Is this actually the case or am I missing som