Re: [Libmesh-users] Libmesh does not accept some PETsc KSP options

2016-02-10 Thread John Peterson
On Thu, Feb 4, 2016 at 9:08 AM, John Peterson wrote: > > > On Wed, Feb 3, 2016 at 5:48 PM, Roy Stogner > wrote: > >> >> On Wed, 3 Feb 2016, John Peterson wrote: >> >> On Wed, Feb 3, 2016 at 4:31 PM, Junchao Zhang >>> wrote: >>> >>> I find libmesh does not accept some PETsc KSP options, such as

Re: [Libmesh-users] Libmesh does not accept some PETsc KSP options

2016-02-04 Thread Roy Stogner
The oldest thing I still test against occasionally is 2.3.3-p15. :+1: on removing support for anything older. --- Roy -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Moni

Re: [Libmesh-users] Libmesh does not accept some PETsc KSP options

2016-02-04 Thread John Peterson
On Wed, Feb 3, 2016 at 5:48 PM, Roy Stogner wrote: > > On Wed, 3 Feb 2016, John Peterson wrote: > > On Wed, Feb 3, 2016 at 4:31 PM, Junchao Zhang >> wrote: >> >> I find libmesh does not accept some PETsc KSP options, such as -ksp_rtol >>> 0. It is likely that libmesh calls KSPSetFromOptions() t

Re: [Libmesh-users] Libmesh does not accept some PETsc KSP options

2016-02-04 Thread Paul T. Bauman
On Thu, Feb 4, 2016 at 11:08 AM, John Peterson wrote: > > but how would > people feel about removing the PETSc 2.x #ifdefs from libmesh? Looks like > some of the code in PetscLinearSolver goes all the way back to pre-2.2.0 > (and still refers to SLES!) which was released Feb 27, 2004. > petsc_li

Re: [Libmesh-users] Libmesh does not accept some PETsc KSP options

2016-02-03 Thread Roy Stogner
On Wed, 3 Feb 2016, John Peterson wrote: > On Wed, Feb 3, 2016 at 4:31 PM, Junchao Zhang > wrote: > >> I find libmesh does not accept some PETsc KSP options, such as -ksp_rtol >> 0. It is likely that libmesh calls KSPSetFromOptions() too early, before >> other customization routines. > > I'd be

Re: [Libmesh-users] Libmesh does not accept some PETsc KSP options

2016-02-03 Thread John Peterson
On Wed, Feb 3, 2016 at 4:31 PM, Junchao Zhang wrote: > I find libmesh does not accept some PETsc KSP options, such as -ksp_rtol > 0. It is likely that libmesh calls KSPSetFromOptions() too early, before > other customization routines. > I'd be very surprised if that's the case. We've been sett