[petsc-users] Petsc option and scalablity problems on ML

2011-05-25 Thread Li, Zhisong (lizs)
ng Li -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110525/ed6e5941/attachment.htm>

[petsc-users] Insering rows vs inserting columns

2011-05-25 Thread Satish Balay
On Thu, 26 May 2011, Bart?omiej W wrote: > Hello, > > I have a slight problem with performance of matsetvalues when inserting > values row-by-row on single processor instead of column-by-column. > > ierr = MatCreate(PETSC_COMM_WORLD,&L); > ierr = MatSetSizes(L,PETSC_DECIDE,PETSC_DECID

[petsc-users] Undefined symbols 'petscstack' and 'PetscMemzero'

2011-05-25 Thread Aron Ahmadia
ed=0 --COPTFLAGS=-O2 --CXXOPTFLAGS=-O2 --FOPTFLAGS=-O2 > --with-hdf5-dir=$HOME/local > > Is there any option that might be causing this problem? > > Thanks, > > Miguel. > ------ next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110525/09822c76/attachment.htm>

[petsc-users] Undefined symbols 'petscstack' and 'PetscMemzero'

2011-05-25 Thread Miguel Fosas
FOPTFLAGS=-O2 --with-hdf5-dir=$HOME/local Is there any option that might be causing this problem? Thanks, Miguel. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110525/d9665fdb/attachment.htm>

[petsc-users] tecplot viewer

2011-05-25 Thread Blaise Bourdin
Hi, Has anybody in this list ever written a tecplot viewer for DA based data? I have been fighting with tecplot hdf5 reader and it seems like it is not capable of reading vector valued fields. Blaise -- Department of Mathematics and Center for Computation & Technology Louisiana State Universi

[petsc-users] ILU and Block Gauss Seidel smoothing

2011-05-25 Thread Gianluca Meneghello
Dear all, I am writing a multigrid solver for the Navier Stokes Equations, using PETSc. I am not using the dmmg structure because I need grid refinement and, as far as I can see, that is not supported. I have two questions concerning two different possibilities of smoothing: 1) ILU relaxation: i