Re: [Libmesh-users] nonlinear steps

2009-01-13 Thread Derek Gaston
e provided option properly. > > -Ben > > > > - Original Message - > From: yunfei zhu > To: [email protected] > > Sent: Tue Jan 13 16:23:23 2009 > Subject: [Libmesh-users] nonlinear steps > > Hi, all > I find that the number of n

Re: [Libmesh-users] nonlinear steps

2009-01-13 Thread Kirk, Benjamin (JSC-EG)
To: [email protected] Sent: Tue Jan 13 16:23:23 2009 Subject: [Libmesh-users] nonlinear steps Hi, all I find that the number of nonlinear steps can not be controled by: es.parameters.set ("nonlinear solver maximum iterations") = 100 In the function NonlinearImpl

[Libmesh-users] nonlinear steps

2009-01-13 Thread yunfei zhu
Hi, all I find that the number of nonlinear steps can not be controled by: es.parameters.set ("nonlinear solver maximum iterations") = 100 In the function NonlinearImplicitSystem::solve ( ) , the parameter is assigned to "maxits" by: const unsigned int maxits = es.parameters.get("nonlinear solver