Hi, I've only started using Fipy and this is my first post.
I would like to take a mesh I have imported from Gmsh, and create a subset mesh of certain cells within certain X,Y limits. The mesh imports fine, and I have my cells referenced through an A = X<? B = X>? C = Y<?, D = Y>?, new_mesh = A & B & C & D. However, if I want to create a cell variable which uses this subset of cells, how do I either define a new mesh variable which is of these cells, or define it properly in the mesh = ? part of the CellVariable definition. Thanks Laurence _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
