[petsc-users] Solving indefinite systems with iterative solvers

2011-12-20 Thread Thomas Witkowski
Can any of you give me some advise, e.g. some link to literature, how to solve indefinite systems with iterative solvers in an efficient way? I have to solve systems coming from FEM discretization of a 6th-order time dependent PDE on structured grids. The time is discretized with a standard

[petsc-users] -log_summary problem

2011-12-20 Thread Jed Brown
e stack trace. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111220/34409386/attachment.htm>

[petsc-users] -log_summary problem

2011-12-20 Thread Max Rudolph
When I run my code with the -log_summary option, it hangs indefinitely after displaying: Average time to get PetscTime(): 9.53674e-08 Average time for MPI_Barrier(): 0.00164938

[petsc-users] Providing matrix vector product yourself for matrix free in SNES

2011-12-20 Thread e.t.a.vanderwe...@utwente.nl
, the Netherlands -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111220/bfee7fcc/attachment.htm>

[petsc-users] Installing PETSc with make install

2011-12-20 Thread Chekuri S. Choudary
)./configure (iii) Make all (iv) make install DESTDIR=$HOME -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111220/3ebee1ac/attachment-0001.htm>

[petsc-users] Providing matrix vector product yourself for matrix free in SNES

2011-12-20 Thread Matthew Knepley
- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111220/6d590522/attachment.htm>

[petsc-users] Installing PETSc with make install

2011-12-20 Thread Satish Balay
What problems are you encountering? Send relavent logs to petsc-maint. Satish On Tue, 20 Dec 2011, Chekuri S. Choudary wrote: > What is the correct way to do make install? Is it still working? > > > > I tried the following and failed: > > > > 1) > > (i) cd petsc-dev > > (ii)./