On Mon, Jun 20, 2016 at 1:02 PM, James Pringle <[email protected]> wrote: > > > What solvers would you suggest to work with a problem like this? > What guides you in your choice of solvers? What guides your choice > of the type of the Convection term?
My guess would be that GMRES is the most efficient if it works for your problem. Try Scipy's and then try Trilinos as it has more elaborate preconditioning. Use the PowerLawConvectionTerm as it is more efficient than the ExponetialConvectionTerm. -- Daniel Wheeler _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
