On Dec 3, 2012, at 12:23 PM, Tanya Gornak wrote: > How can I create a Cartesian mesh for semicircle for FiPy?
I'm not even sure what that means. You want square cells? What should the cells look like at the semicircle boundary? Why do you need a Cartesian mesh? If you want to know the values on a Cartesian grid, you can solve on a triangular mesh and then use the var(points) syntax to interpolate the values. _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
