On Mon, Aug 29, 2016 at 2:40 PM, Gopalakrishnan, Krishnakumar <[email protected]> wrote: > > I am trying to sweep for 8 field variables in FiPy, until all their residues > die down to appreciably small values. > > > > Currently, the convergence of this iterative loop is very slow. I have fixed > under-relaxation implemented right now, but looking for implementing a > dynamic under-relaxation factor for each of these 8 variables – something > like an Aitken’s or least-squares method should be helpful. > > > > Is there any helpful resource that the users of FiPy may be able to point me > to ?
I don't think there are any FiPy specific resources on that. Your issue is with the algorithm or theory rather than how to implement it in Python / FiPy, right? -- Daniel Wheeler _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
