On Fri, Jan 24, 2014 at 12:20 PM, Kris Kuhlman <[email protected]> wrote: > The code I am referring to above is available at > > https://gist.github.com/klkuhlm/8601770#file-3d-heat-conduction-py > > There is a T/F flag near the top to switch between uniform and non-uniform > mesh for comparison. You also have to set noViewer to True for parallel, > since mayavi2 and MPI don't seem to play well. > > Sorry it is not reduced down to a simpler test case.
Kris, I'm looking into this right now and will get back shortly. One word of warning. The "GmshGrid3D" class should give better parallel performance as it is partitions in an optimal way using Gmsh. The partitions for Grid3D are suboptimal slices. The "Grid3D" class in parallel is a proof of concept as much as anything. Cheers, Daniel -- Daniel Wheeler _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
