On Mon, Aug 26, 2013 at 11:12 AM, John Assael <[email protected]> wrote:
> Hi Daniel, > So you say that if I scale the mesh and also scale my variables in the > same analogy that would be a solution? > You can lie to Gmsh about the abslute size of a domain, it's just the relative lengths within the domain that really matter. > Dave's answer was describing the way I do it. Is there any other way to do > the meshing? > Other than Gmsh? Not automatically. You can of course use any meshing tool and assuming you can read in the vertices, faces and cells then you can pass that to a FiPy mesh. Unfortunately, most meshing tools only give the vertices and cells with some assumptions about the ordering and cell type. -- Daniel Wheeler
_______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
