Re: [petsc-users] MatView to disk for Elemental

2019-12-10 Thread Smith, Barry F.
Smith, Barry F." > Cc: "PETSc users list" > Betreff: Re: [petsc-users] MatView to disk for Elemental > Doesn't look difficult to fix, I can do it and create a pull request. > > > Von: "Smith, Barry F." > An: "Marius Buerkle" > Cc:

Re: [petsc-users] MatView to disk for Elemental

2019-12-04 Thread Marius Buerkle
Doesn't look difficult to fix, I can do it and create a pull request.   Von: "Smith, Barry F." An: "Marius Buerkle" Cc: "PETSc users list" Betreff: Re: [petsc-users] MatView to disk for Elemental Agreed, the fix for the bug you found is now in maint I will t

Re: [petsc-users] MatView to disk for Elemental

2019-12-04 Thread Smith, Barry F.
It still > outputs "Elemental matrix (explicit ordering)" to StdOut which is kinda > annoying, is there anyway to turn this off? > > > Von: "Smith, Barry F." > An: "Marius Buerkle" > Cc: "petsc-users@mcs.anl.gov" > Be

Re: [petsc-users] MatView to disk for Elemental

2019-12-04 Thread Marius Buerkle
anl.gov" Betreff: Re: [petsc-users] MatView to disk for Elemental   sorry about this. The numerical values between C and Fortran got out of sync. I've attached a patch file you can apply with   patch -p1 < format.patch   or you can use the branch https://gitlab.com/petsc/petsc

Re: [petsc-users] MatView to disk for Elemental

2019-12-03 Thread Smith, Barry F.
sorry about this. The numerical values between C and Fortran got out of sync. I've attached a patch file you can apply with patch -p1 < format.patch or you can use the branch https://gitlab.com/petsc/petsc/merge_requests/2346 Barry > On Dec 3, 2019, at 1:10 AM, Marius Buerkle

[petsc-users] MatView to disk for Elemental

2019-12-02 Thread Marius Buerkle
Hi,   I try to save a matrix in Elemental format to disk. I am doing, where p_matout is of type MATELEMENTAL,       call PetscViewerCreate(PETSC_COMM_WORLD,v_file,ierr)         call PetscViewerPushFormat(v_file,PETSC_VIEWER_NATIVE,ierr)     call