Thanks -- unfortunately, I have a complex real world mesh with interior points (islands) which must be treated in an iterative fashion, so I need to identify them in the grid.
On Fri, Jul 1, 2016 at 9:30 AM, Guyer, Jonathan E. Dr. (Fed) < [email protected]> wrote: > You want `mesh._cellToCellIDs`. > > This isn't a basic question at all. We don't encourage thinking about the > discretized mesh and don't make it easy. _cellToCellIDs isn't documented > anywhere as far as I can tell. > > > On Jun 29, 2016, at 4:07 PM, James Pringle <[email protected]> wrote: > > > > I have to find a group of contagious cells which match a certain > criteria, which involves values on the cell center. I can figure out which > cell centers meet the criteria. > > > > However, from the mesh2D variable, how do I figure out which cells are > contiguous to a given cell? Must I build a data structure from > variable.mesh.cellFaceIDs? Is not that connectivity stored somewhere? > > > > I am sorry for what must be a very basic question, but I have been > searching for a while. > > > > Thanks, > > Jamie Pringle > > _______________________________________________ > > fipy mailing list > > [email protected] > > > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.ctcms.nist.gov_fipy&d=CwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=7HJI3EH6RqKWf16fbYIYKw&m=j21xGXOI7t5RRCHtFFIovyygu3Lofr9ph6qEsGEmLc8&s=uWPzbXrhm_AJViYOrZmt-fspuUiMLR9EhlUF-7pFpsU&e= > > [ NIST internal ONLY: > https://urldefense.proofpoint.com/v2/url?u=https-3A__email.nist.gov_mailman_listinfo_fipy&d=CwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=7HJI3EH6RqKWf16fbYIYKw&m=j21xGXOI7t5RRCHtFFIovyygu3Lofr9ph6qEsGEmLc8&s=Q_2FGcnCUXd2d1diXnIZ4vFcrzw91qJ3JQOptGd_lWQ&e= > ] > > > _______________________________________________ > fipy mailing list > [email protected] > > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.ctcms.nist.gov_fipy&d=CwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=7HJI3EH6RqKWf16fbYIYKw&m=j21xGXOI7t5RRCHtFFIovyygu3Lofr9ph6qEsGEmLc8&s=uWPzbXrhm_AJViYOrZmt-fspuUiMLR9EhlUF-7pFpsU&e= > [ NIST internal ONLY: > https://urldefense.proofpoint.com/v2/url?u=https-3A__email.nist.gov_mailman_listinfo_fipy&d=CwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=7HJI3EH6RqKWf16fbYIYKw&m=j21xGXOI7t5RRCHtFFIovyygu3Lofr9ph6qEsGEmLc8&s=Q_2FGcnCUXd2d1diXnIZ4vFcrzw91qJ3JQOptGd_lWQ&e= > ] >
_______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
