Re: [petsc-users] pseudo-transient ?

2018-02-06 Thread Jed Brown
. So, I think I have to configure the SNES. > > -Original Message- > From: Jed Brown [mailto:j...@jedbrown.org] > Sent: Wednesday, February 7, 2018 6:40 AM > To: Smith, Barry F. ; Mohammad Hassan Baghaei > > Cc: petsc-users@mcs.anl.gov > Subject: Re: [petsc-users] pseud

Re: [petsc-users] pseudo-transient ?

2018-02-06 Thread Jed Brown
src/ts/examples/tutorials/ex26.c solves the same problem as that (since removed) src/snes/examples/tutorials/ex27.c referenced in the Coffey paper. Unfortunately, there is still a dangling reference from the TS example that needs to be fixed. Note that there is a slight mistake in the paper -- th

Re: [petsc-users] pseudo-transient ?

2018-02-06 Thread Smith, Barry F.
That example has not likely existed for many year. You can use src/ts/examples/tutorials/ex1.c as a starting point. > On Feb 6, 2018, at 3:31 PM, Mohammad Hassan Baghaei > wrote: > > Hi > I wanted to use my solve the system of equation using pseudo-transient > continuation. I found that

[petsc-users] pseudo-transient ?

2018-02-06 Thread Mohammad Hassan Baghaei
Hi I wanted to use my solve the system of equation using pseudo-transient continuation. I found that we can refer to this version for driven cavity example. However, I could not find it within files (src/snes/examples/tutorials/ex27.c). Would it be possible for you to share this file? Thanks Am